rg=0 fixes
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Oct 2002 16:25:10 +0000 (16:25 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Oct 2002 16:25:10 +0000 (16:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3767 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index 755f0102178027fe94aae86d2d7e01da3abea90d..11d498649b755eef040e21fc54ed8ddc11923a52 100644 (file)
@@ -133,6 +133,12 @@ if (isset($_POST['msg'])) {
 elseif (isset($_GET['msg'])) {
     $msg = $_GET['msg'];
 }
+
+if (isset($_SESSION['msgs'])) {
+    $msgs = $_SESSION['msgs'];
+}
+
+
 if (isset($_POST['expungeButton'])) {
     $expungeButton = $_POST['expungeButton'];
 }
@@ -162,6 +168,9 @@ if (isset($_POST['location'])) {
     $location = $_POST['location'];
 }
 
+if (isset($_SESSION['composesession'])) {
+    $composesession = $_SESSION['composesession'];
+}
 /* end of get globals */
 
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);