Reset $msg on each iteration, otherwise a message with eg no subject
[squirrelmail.git] / functions / global.php
index f2e6555940cebb6111bd5f53866fc2ed522a635d..856e8a0105e0d59f5d9fa5ec4340eef6143a386c 100644 (file)
@@ -10,7 +10,7 @@
  * It also has some session register functions that work across various
  * php versions. 
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
@@ -284,9 +284,6 @@ function sqsession_is_active() {
     
     $sessid = session_id();
     if ( empty( $sessid ) ) {
-        // Set the path again.
-        sqgetGlobalVar('base_uri',$base_uri,SQ_SESSION);
-        session_set_cookie_params (0, $base_uri);
         session_start();
     }
 }