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
This commit is contained in:
nikrou 2006-02-12 14:08:57 +00:00
parent c2b9863da0
commit db93405255

View file

@ -106,7 +106,6 @@ function pwg_session_open($path, $name)
*/
function pwg_session_close()
{
pwg_session_gc();
return true;
}