From 7a9bc86bd2f0ba3ba343e014a2e4c7f99d7f0946 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 3 Oct 2001 20:57:01 +0000 Subject: - 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(). --- modules/comment/comment.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/comment/comment.module') 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)); -- cgit v1.2.3