diff options
author | nikrou <nikrou@piwigo.org> | 2006-02-12 14:08:57 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-02-12 14:08:57 +0000 |
commit | db93405255c0fb7d59e255e11518cddd88ffa7c2 (patch) | |
tree | 562ab4150d8807b06e61970e44282a6dd3fb38e9 | |
parent | c2b9863da0f560f5afb2adb01ca32431f442c352 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/functions_session.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |