Menu

#1 Cachetimeout of 0 not reset

open
nobody
None
5
2007-12-06
2007-12-06
DrAlzheimer
No

If I set $cachetimeout to zero, this value will never be reset in the database. Any additional change to $cachetimeout will have no effect.

I suggest to update the function quickcache_restore() in mysql.php and to change line

69: " or CACHEEXPIRATION=0)"

to

" or CACHEEXPIRATION=".$GLOBALS["QUICKCACHE_TIME"].")"

Discussion


Log in to post a comment.