From: tokul Date: Fri, 16 Apr 2004 15:15:04 +0000 (+0000) Subject: same fix as stable X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=39c7209ff4b00b1535d87e802285cb40392011ae same fix as stable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7140 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/redirect.php b/src/redirect.php index 7be147b6..963ce226 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -173,8 +173,7 @@ function attachment_common_parse($str, $debug) { $attachment_common_types[$val] = true; } } - $_SESSION['attachment_common_types'] = $attachment_common_types; + sqsession_register($attachment_common_types, 'attachment_common_types'); } - ?>