diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index c8f14006f..9af8d04e8 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1,8 +1,5 @@ <?php -$module = array("find" => "comment_find", - "admin" => "comment_admin"); - function comment_find($keys) { global $user; $find = array(); |