From 8f7063b2d8714ad2da9e142ad425fb13f8971f75 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Tue, 23 Sep 2003 19:28:03 +0000 Subject: - Fixed bloggerapi not saving the uid for new nodes. - Cleaned up coding style and unnecessary code in bloggerapi.module. - Removed moderation notice from queue module, it prints even when users are not posting from the web. - Fixed bug #2895: locale: pager doesn't work in search --- modules/queue.module | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/queue.module') diff --git a/modules/queue.module b/modules/queue.module index 2a38add81..aa4cf30be 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -252,18 +252,6 @@ function queue_nodeapi(&$node, $op, $arg = 0) { $node->votes = 0; } break; - case "insert": - case "update": - if ($node->moderate && user_access("access submission queue")) { - theme("box", t("Post queued"), t("The post is queued for approval. You can check the votes in the submission queue.", array("%queue" => url("queue")))); - } - elseif ($node->moderate) { - theme("box", t("Post queued"), t("The post is queued for approval. The editors will decide whether it should be published.")); - } - else { - theme("box", t("Post published"), t("The post is published.")); - } - break; } } ?> -- cgit v1.2.3