|
@@ -302,7 +302,7 @@ if (isset($aMailbox['FORWARD_SESSION'])) {
|
|
session_write_close();
|
|
session_write_close();
|
|
// we have to redirect to the compose page
|
|
// we have to redirect to the compose page
|
|
$location = SM_PATH . 'src/compose.php?mailbox='. urlencode($mailbox).
|
|
$location = SM_PATH . 'src/compose.php?mailbox='. urlencode($mailbox).
|
|
- '&session='.$aMailbox['FORWARD_SESSION'];
|
|
|
|
|
|
+ '&session='.$aMailbox['FORWARD_SESSION'];
|
|
header("Location: $location");
|
|
header("Location: $location");
|
|
exit;
|
|
exit;
|
|
}
|
|
}
|
|
@@ -393,4 +393,4 @@ $oTemplate->display('footer.tpl');
|
|
/* add the mailbox to the cache */
|
|
/* add the mailbox to the cache */
|
|
$mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
|
|
$mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
|
|
sqsession_register($mailbox_cache,'mailbox_cache');
|
|
sqsession_register($mailbox_cache,'mailbox_cache');
|
|
-?>
|
|
|
|
|
|
+?>
|