diff --git a/html/inc/forum.inc b/html/inc/forum.inc
index 9bdfb2992e..46f00f47c2 100644
--- a/html/inc/forum.inc
+++ b/html/inc/forum.inc
@@ -1,4 +1,5 @@
title);
$m = $n%2;
if($post->hidden) {
- //Todo: factor this array out, it is also used elsewhere
- $deleted_text = array( "Obscene", "Flame/Hate", "Commercial Spam", "Flamebait", "Doublepost", "User Request", "Other");
- $deleted = "
[Deleted " .
- "by a moderator " .
- //as " . $deleted_text[$post->hidden-1] .
- "] ";
+ $deleted = "
[Deleted by a moderator]";
} else {
$deleted = "";
}
@@ -521,6 +517,7 @@ function show_post2($post, $n) {
$n) $where : $category->name :
id\">$forum->title :
id\">$title
+ (id."&nowrap=true#".$post->id."\">Message ".$post->id.")
Posted $when by $user->name $deleted