From 171479fcfa4ddd85c7a1d9564ca286a5c91a418f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 Feb 2001 14:36:49 +0000 Subject: - a 2nd batch of various updates --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f97728e7a..4d73e3caf 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -15,8 +15,8 @@ function comment_find($keys) { function comment_search() { global $keys, $mod; - search_form($keys); - search_data($keys, $mod); + print search_form($keys); + print search_data($keys, $mod); } function comment_edit($id) { -- cgit v1.2.3