summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index d436009ae..35d7c1ccd 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -70,8 +70,7 @@ function comment_admin() {
print comment_edit($id);
break;
case "search":
- print search_form($keys);
- print search_data($keys, $mod);
+ print search_type("comment", "admin.php?mod=comment&op=search");
break;
case "delete":
print comment_delete(check_input($id));