| View previous topic :: View next topic |
| Author |
Message |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 30, 2008 1:29 pm Post subject: Bug in cron.pl [BUG FIX] |
|
|
Today we've found dirty bug in cron.pl:
Due to it Anonymous files wasn't expiring correctly.
To fix this bug, download latest version from Client area with updated cron.pl or implement this quick hack:
in cron.pl find
| Code: | | AND usr_premium_expire<NOW() |
and replace with
| Code: | | AND (usr_premium_expire IS NULL OR usr_premium_expire<NOW()) |
Sorry about this guys, this was regression bug cause of "do not expire premium user's files" feature. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|