From: pdontthink Date: Tue, 28 Aug 2007 19:13:50 +0000 (+0000) Subject: Forgot to globalize one variable in last commit X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b2b614bb7b599ec2db742f7ad3e93c1ef1a91094;hp=f8eb968dc660db0d25af1f79cb59bb1a44ab28eb Forgot to globalize one variable in last commit git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12610 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index cbde3783..4f4c1eaf 100644 --- a/src/compose.php +++ b/src/compose.php @@ -1088,7 +1088,7 @@ function getMessage_RFC822_Attachment($message, $composeMessage, $passed_id, function showInputForm ($session, $values=false) { global $send_to, $send_to_cc, $send_to_bcc, $body, $startMessage, $action, $attachments, - $use_signature, $signature, $prefix_sig, + $use_signature, $signature, $prefix_sig, $session_expired, $editor_size, $editor_height, $subject, $newmail, $use_javascript_addr_book, $passed_id, $mailbox, $from_htmladdr_search, $location_of_buttons, $attachment_dir,