Global rewrite of engine:
[mailer.git] / inc / session.php
index f26fc26296aafaab3595ee674e080494a706a129..8d8d5b7cf97d906ad1ce0461d058eb51234e7b47 100644 (file)
@@ -53,7 +53,7 @@ if (isExtensionInstalledAndNewer('sql_patches', '0.5.3')) {
 // Is a session id there?
 if (session_id() == '') {
        // Start the session
-       session_start();
+       $GLOBALS['valid_session'] = session_start();
 } // END - if
 
 // Load language file(s)