From 226a7b743417c982257640d765887f14856707af Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 26 Sep 2008 19:09:30 +0000 Subject: [PATCH] Remove obsolete comments git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13288 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/global.php b/functions/global.php index 455911e9..15cd9e1f 100644 --- a/functions/global.php +++ b/functions/global.php @@ -584,8 +584,6 @@ if (!function_exists('session_regenerate_id')) { $buf = sprintf("%.15s%ld%ld%0.8f", $remote_addr, $tv['sec'], $tv['usec'], php_combined_lcg() * 10); session_id(md5($buf)); if (ini_get('session.use_cookies')) { - // at a later stage we use sqsetcookie. At this point just do - // what session_regenerate_id would do sqsetcookie(session_name(), session_id(), 0, $base_uri); } return TRUE; -- 2.25.1