From 1421c878d16f7d88bcc85c0dfc4b7c006b267526 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 9 Mar 2003 17:19:50 +0000 Subject: - Moved moderation logic back into node module. * After having a chat with Dries we have agreed on the logics (or more specifically he told me how its supposed to work). The queue module is just a method to make moderation public, but its not necessarily the only way. This brings the power back. - Minor interface tweaks (names, case changes, etc). - Fixed error that would show when you tried to view the profile of a blocked user. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index aa018de76..1d7ec04a6 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1492,7 +1492,7 @@ function comment_update_index() { function comment_nodeapi(&$node, $op, $arg = 0) { switch ($op) { case "settings": - $output[t("Comment")] = form_select("", "comment_$node->type", variable_get("comment_$node->type", 2), array("Disabled", "Read only", "Read/Write")); + $output[t("comment")] = form_select("", "comment_$node->type", variable_get("comment_$node->type", 2), array("Disabled", "Read only", "Read/Write")); return $output; case "fields": return array("comment"); -- cgit v1.2.3