summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-02-10 14:36:49 +0000
committerDries Buytaert <dries@buytaert.net>2001-02-10 14:36:49 +0000
commit171479fcfa4ddd85c7a1d9564ca286a5c91a418f (patch)
tree0926daf5d837a667e71ce4d352b70fd97e5d46f1 /modules/comment/comment.module
parentd6ce51e4ce39c143732f69de9a5590428d6e3c6c (diff)
downloadbrdo-171479fcfa4ddd85c7a1d9564ca286a5c91a418f.tar.gz
brdo-171479fcfa4ddd85c7a1d9564ca286a5c91a418f.tar.bz2
- a 2nd batch of various updates
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module4
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) {