From 8d249c5f289f382e214297fda1bf6eec6b3961bd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 4 Apr 2001 12:54:10 +0000 Subject: Last night's updates: - improved "track drop.org": it has now 2 boxes, one for "track comments" and one for "track nodes" - various small improvements to the book module based on the feedback we got. - fixed typo in moderation module - ... --- modules/moderation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/moderation.module') diff --git a/modules/moderation.module b/modules/moderation.module index 3b84d487c..b322f2ed4 100644 --- a/modules/moderation.module +++ b/modules/moderation.module @@ -54,7 +54,7 @@ function moderation_overview() { $result = db_query("SELECT n.*, u.userid FROM node n LEFT JOIN users u ON n.author = u.id WHERE n.status = '$status[queued]'"); $content .= "\n"; - $content .= " \n"; + $content .= " \n"; while ($node = db_fetch_object($result)) { if ($user->id == $node->author || user_get($user, "history", "n$node->nid")) $content .= " \n"; else $content .= " \n"; -- cgit v1.2.3
". t("Subject") ."". t("Author") ."". t("Type") ."". t("Score") ."
". t("Subject") ."". t("Author") ."". t("Type") ."". t("Score") ."
nid\">". check_output($node->title) ."". format_username($node->userid) ."". check_output($node->type) ."". moderation_score($node->nid) ."
nid\">". check_output($node->title) ."". format_username($node->userid) ."". check_output($node->type) ."nid\">". t("vote") ."