Browse Source

Forgot to globalize one variable in last commit

pdontthink 18 years ago
parent
commit
7e5d64107f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/compose.php

+ 1 - 1
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,