summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-10-03 20:57:01 +0000
committerDries Buytaert <dries@buytaert.net>2001-10-03 20:57:01 +0000
commit7a9bc86bd2f0ba3ba343e014a2e4c7f99d7f0946 (patch)
treebe6bef3f6ad0aba1cb9e942f85eaa325e97d7c1a /modules/comment.module
parentf7e9bab197205e6fa0d2e220902f5eb6573ac1cb (diff)
downloadbrdo-7a9bc86bd2f0ba3ba343e014a2e4c7f99d7f0946.tar.gz
brdo-7a9bc86bd2f0ba3ba343e014a2e4c7f99d7f0946.tar.bz2
- Improved search architecture derived from Axel's new search patches.
(There is room for improvement so let's go from these ... and build on them.) - Removed some $status's by calls to node_status().
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index d436009ae..35d7c1ccd 100644
--- a/modules/comment.module
+++ b/modules/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));