Fixes forwarding messages when not using server side sorting (undefined variable)
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Mar 2003 03:55:10 +0000 (03:55 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Mar 2003 03:55:10 +0000 (03:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4687 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index 0256497617ada2af2f7bc75c5a4654ba58bcaa82..135dd42bcc042a16aae67597d9c4f8feb40704ea 100644 (file)
@@ -50,7 +50,7 @@ function putSelectedMessagesIntoString($msg) {
 }
 
 function attachSelectedMessages($msg, $imapConnection) {
-    global $username, $attachment_dir,  
+    global $username, $attachment_dir, $startMessage,
            $data_dir, $composesession, $uid_support,
           $msgs, $thread_sort_messages, $allow_server_sort, $show_num,
           $compose_messages;