From 39c7209ff4b00b1535d87e802285cb40392011ae Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 16 Apr 2004 15:15:04 +0000 Subject: [PATCH] same fix as stable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7140 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); } - ?> -- 2.25.1