From adbe70c23d2cc64d348a5fdd004e9d0fb668bb81 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Wed, 7 Mar 2001 07:15:58 +0000 Subject: Stupid error git-svn-id: file:///svn/phpbb/trunk@84 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 95 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 47 deletions(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index 485b08e0d0..2c27fab0d4 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -89,58 +89,59 @@ else } $username_input = ''; $password_input = ''; - $subject_input = ''; - $message_input = ''; - if($allow_html) - { - $html_status = $l_htmlis . " " . $l_on; - $html_toggle = ''; + $message_input = ''; + if($allow_html) + { + $html_status = $l_htmlis . " " . $l_on; + $html_toggle = 'set_var(array("L_ABOUTPOST" => $l_aboutpost, "L_SUBJECT" => $l_subject, -- cgit v1.2.1