mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10869
This commit is contained in:
parent
ba3d38662a
commit
dfc5e8e231
|
@ -8544,3 +8544,10 @@ David 8 Aug 2006
|
||||||
forum_report_post.php
|
forum_report_post.php
|
||||||
moderation.php
|
moderation.php
|
||||||
white.css
|
white.css
|
||||||
|
|
||||||
|
David 8 Aug 2006
|
||||||
|
- send email to user, not moderator
|
||||||
|
|
||||||
|
html/
|
||||||
|
inc/
|
||||||
|
forum_email.inc
|
||||||
|
|
|
@ -140,13 +140,12 @@ For further information and assistance with ".PROJECT." go to $master_url";
|
||||||
|
|
||||||
function send_banish_email($user) {
|
function send_banish_email($user) {
|
||||||
$subject = PROJECT." posting privileges suspended";
|
$subject = PROJECT." posting privileges suspended";
|
||||||
$forum_post_reporting_admin = newUser(FORUM_MODERATION_EMAIL_USER_ID);
|
|
||||||
$body = "
|
$body = "
|
||||||
This email is to inform you that you will not be able to
|
This email is to inform you that you will not be able to
|
||||||
post to the ".PROJECT." message boards for two weeks,
|
post to the ".PROJECT." message boards for two weeks,
|
||||||
because your postings have not followed our guidelines.
|
because your postings have not followed our guidelines.
|
||||||
";
|
";
|
||||||
return re_send_email($forum_post_reporting_admin, $subject, $body);
|
return re_send_email($user, $subject, $body);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue