Fixed alignment of title text for folder list frame, also changed refresh string...
[squirrelmail.git] / src / redirect.php
index c076b8eb247d399cb7d1684316525d7277ed192c..963ce226781cafde0f8bfcce9405e130f94954c1 100644 (file)
@@ -9,11 +9,14 @@
 *
 * Prevents users from reposting their form data after a successful logout.
 *
-* $Id$
+* @version $Id$
 * @package squirrelmail
 */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -170,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');
 }
 
-
 ?>