From ca9fc85e4bbca7e8cc19801bf28aff4c6c5affa1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Jun 2002 13:52:08 +0000 Subject: - Bugfix: the comment module has a help function but it wasn't linked to. --- modules/comment.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 0adf660ec..41eb876b2 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -763,9 +763,12 @@ function comment_admin() { if (user_access("administer comments")) { - print "". la(t("overview"), array("mod" => "comment")) ." | ". la(t("search comment"), array("mod" => "comment", "op" => "search")) ."
\n"; + print "". la(t("overview"), array("mod" => "comment")) ." | ". la(t("search comment"), array("mod" => "comment", "op" => "search")) ." | ". la(t("help"), array("mod" => "comment", "op" => "help")) ."
\n"; switch ($op) { + case "help": + print comment_help(); + break; case "edit": print comment_admin_edit($id); break; -- cgit v1.2.3