Fix forum preview once again

svn path=/trunk/boinc/; revision=13717
This commit is contained in:
Rytis Slatkevičius 2007-09-29 18:40:46 +00:00
parent 870924eb13
commit 793c459f67
1 changed files with 1 additions and 1 deletions

View File

@ -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"){