same fix as stable
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 16 Apr 2004 15:15:04 +0000 (15:15 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 16 Apr 2004 15:15:04 +0000 (15:15 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7140 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/redirect.php

index 7be147b62b6259f041930566b8a9592c44940148..963ce226781cafde0f8bfcce9405e130f94954c1 100644 (file)
@@ -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');
 }
 
-
 ?>