git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9983
7612ce4b-ef26-0410-bec9-
ea0150e637f0
in formatBody() function (#1258925).
- login_form hook changed from do_hook to concat_hook_function in order to
place form elements before login button (#1245070).
+ - Forwarding broken when not using compose in new window (#1222436).
Version 1.5.0 - 2 February 2004
-------------------------------
session_write_close();
// we have to redirect to the compose page
$location = SM_PATH . 'src/compose.php?mailbox='. urlencode($mailbox).
- '&session='.$aMailbox['FORWARD_SESSION'];
+ '&session='.$aMailbox['FORWARD_SESSION'];
header("Location: $location");
exit;
}
/* add the mailbox to the cache */
$mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
sqsession_register($mailbox_cache,'mailbox_cache');
-?>
\ No newline at end of file
+?>