From c83f31e03e24175629369297c3b8f1e6fd297079 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sun, 21 May 2006 21:04:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10166 --- html/inc/forum.inc | 2 +- html/user/forum_moderate_post.php | 1 + html/user/forum_moderate_thread.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 42cdbe9c0ea..88ffdd1f351 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -497,7 +497,7 @@ function show_post2($post, $n) { $m = $n%2; if($post->hidden) { //Todo: factor this array out, it is also used elsewhere - $deleted_text = array( "Obscene", "Flame/Hate", "Commercial spam" ); + $deleted_text = array( "Obscene", "Flame/Hate", "Commercial spam", "Doublepost", "Off Topic", "Flamebait" ); $deleted = "
[Deleted " . "by a moderator as " . $deleted_text[$post->hidden-1] . "] "; diff --git a/html/user/forum_moderate_post.php b/html/user/forum_moderate_post.php index ecfc2b989bc..54dc0357ec1 100644 --- a/html/user/forum_moderate_post.php +++ b/html/user/forum_moderate_post.php @@ -59,6 +59,7 @@ + "); } elseif (get_str('action')=="move") { diff --git a/html/user/forum_moderate_thread.php b/html/user/forum_moderate_thread.php index e2020fc53ce..e08d37292bf 100644 --- a/html/user/forum_moderate_thread.php +++ b/html/user/forum_moderate_thread.php @@ -46,6 +46,7 @@ + "); /*} elseif ($_GET['action']=="move") {