:( pre tags placed in wrong place.
[squirrelmail.git] / 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');
 }
 
-
 ?>