*** empty log message ***

svn path=/trunk/boinc/; revision=11153
This commit is contained in:
Matt Lebofsky 2006-09-13 16:47:48 +00:00
parent 3668fdf345
commit d5edfcfe23
2 changed files with 2 additions and 1 deletions

View File

@ -480,7 +480,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", "Flamebait", "Doublepost", "Other");
$deleted_text = array( "Obscene", "Flame/Hate", "Commercial Spam", "Flamebait", "Doublepost", "User Request", "Other");
$deleted = "<br><font color=red>[Deleted " .
"by a moderator " .
//as " . $deleted_text[$post->hidden-1] .

View File

@ -122,6 +122,7 @@ function send_report_post_email($user, $thread, $post, $message) {
This email is sent to inform you that one of the posts in the forum was reported as offensive in ".PROJECT.":
Thread: ".$thread->getTitle()."
Post: ".$post->getID()."
Reporting User: ".$user->getID()."
Link: ".URL_BASE."/forum_thread.php?id=".$thread->getID()."#".$post->getID()."
The reporting user gave this explanation to why the post was reported: