mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11153
This commit is contained in:
parent
3668fdf345
commit
d5edfcfe23
|
@ -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] .
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue