Changeset 1313 in ExiteCMS for trunk/includes/theme_functions.php
- Timestamp:
- 02/27/08 12:37:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/theme_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/theme_functions.php
r1311 r1313 455 455 // thread notifies: set to 14 days 456 456 $result = dbquery("DELETE FROM ".$db_prefix."thread_notify WHERE notify_datestamp < '".(time() - $day * 14)."'"); 457 // captcha images: set to 6 minutes458 $result = dbquery("DELETE FROM ".$db_prefix."captcha WHERE captcha_datestamp < '".(time() - $minute * 6)."'");459 457 // new registered users: set to 3 days 460 458 $result = dbquery("DELETE FROM ".$db_prefix."new_users WHERE user_datestamp < '".(time() - $day * 3)."'");
Note: See TracChangeset
for help on using the changeset viewer.
