diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |