From 793c459f67522de5c5581504b1603035f7776141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Sat, 29 Sep 2007 18:40:46 +0000 Subject: [PATCH] Fix forum preview once again svn path=/trunk/boinc/; revision=13717 --- html/user/forum_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/forum_post.php b/html/user/forum_post.php index 9203747f56..9d97a74a0d 100644 --- a/html/user/forum_post.php +++ b/html/user/forum_post.php @@ -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"){