die() removed... :(
authorRoland Häder <roland@mxchange.org>
Sun, 22 Nov 2009 19:42:48 +0000 (19:42 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Nov 2009 19:42:48 +0000 (19:42 +0000)
inc/functions.php

index 8f16dfc02a44ac1f7a4583722005bce6404b7573..d6a9cb65eb4a910efe4db53dd2c17190e2c2a2ac 100644 (file)
@@ -3829,7 +3829,6 @@ function encodeUrl ($url, $outputMode = '0') {
 
                // Add it to URL
                if (session_id() != '') {
 
                // Add it to URL
                if (session_id() != '') {
-                       die($url);
                        $url .= $seperator . session_name() . '=' . session_id();
                } // END - if
        } // END - if
                        $url .= $seperator . session_name() . '=' . session_id();
                } // END - if
        } // END - if