- user web: if Akismet rejects thread reply, show warning

svn path=/trunk/boinc/; revision=20318
This commit is contained in:
David Anderson 2010-01-29 17:00:14 +00:00
parent 65b581b28d
commit f7d29f6651
2 changed files with 10 additions and 0 deletions

View File

@ -801,3 +801,9 @@ David 29 Jan 2010
client/
work_fetch.cpp
makefile_sim
David 29 Jan 2010
- user web: if Akismet rejects thread reply, show warning
html/user/
forum_reply.php

View File

@ -86,6 +86,10 @@ page_head(tra("Post to thread"),'','','', $bbcode_js);
show_forum_header($logged_in_user);
if ($warning) {
echo "<span class=error>$warning</span><p>";
}
switch ($forum->parent_type) {
case 0:
$category = BoincCategory::lookup_id($forum->category);