From db93405255c0fb7d59e255e11518cddd88ffa7c2 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 12 Feb 2006 14:08:57 +0000 Subject: The session garbage collector should not be called when a session is closed git-svn-id: http://piwigo.org/svn/trunk@1034 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_session.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/functions_session.inc.php') diff --git a/include/functions_session.inc.php b/include/functions_session.inc.php index 8115c8ef9..7da8361b1 100644 --- a/include/functions_session.inc.php +++ b/include/functions_session.inc.php @@ -106,7 +106,6 @@ function pwg_session_open($path, $name) */ function pwg_session_close() { - pwg_session_gc(); return true; } -- cgit v1.2.3