mirror of https://github.com/BOINC/boinc.git
Fix forum preview once again
svn path=/trunk/boinc/; revision=13717
This commit is contained in:
parent
870924eb13
commit
793c459f67
|
@ -44,7 +44,7 @@ if (time()-$logged_in_user->getLastPostTimestamp()<$forum->getPostMinInterval())
|
|||
}
|
||||
$title = post_str("title", true);
|
||||
$content = post_str("content", true);
|
||||
$submit = post_str("preview", true);
|
||||
$preview = post_str("preview", true);
|
||||
|
||||
if ($content && $title && (!$preview)){
|
||||
if (post_str('add_signature',true)=="add_it"){
|
||||
|
|
Loading…
Reference in New Issue