Forgot to globalize one variable in last commit
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Aug 2007 19:13:50 +0000 (19:13 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Aug 2007 19:13:50 +0000 (19:13 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12610 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index cbde37838c6e033a72a64846f3d206f062ac25b3..4f4c1eaf16e0af318455b38915920c5610af9bcf 100644 (file)
@@ -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,
 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,
         $editor_size, $editor_height, $subject, $newmail,
         $use_javascript_addr_book, $passed_id, $mailbox,
         $from_htmladdr_search, $location_of_buttons, $attachment_dir,