Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=10166
  • Loading branch information
romw committed May 21, 2006
1 parent 9baee53 commit c83f31e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion html/inc/forum.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<br><font color=red>[Deleted " .
"by a moderator as " . $deleted_text[$post->hidden-1] .
"] </font>";
Expand Down
1 change: 1 addition & 0 deletions html/user/forum_moderate_post.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<option value=\"3\">Commercial spam</option>
<option value=\"4\">Doublepost</option>
<option value=\"5\">Off Topic</option>
<option value=\"6\">Flamebait</option>
</select>");
} elseif (get_str('action')=="move") {

Expand Down
1 change: 1 addition & 0 deletions html/user/forum_moderate_thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<option value=\"2\">Flame/Hate mail</option>
<option value=\"3\">Commercial spam</option>
<option value=\"4\">Off Topic</option>
<option value=\"5\">Flamebait</option>
</select>");
/*} elseif ($_GET['action']=="move") {
Expand Down

0 comments on commit c83f31e

Please sign in to comment.