Changeset 9984 for trunk/periodic/cmd.php
- Timestamp:
- 04/06/09 22:50:09 (3 years ago)
- File:
-
- 1 edited
-
trunk/periodic/cmd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/periodic/cmd.php
r9977 r9984 72 72 if ( $db_clean_vkiss > 0 ) 73 73 { 74 $res = db_res("DELETE FROM ` Greetings` WHERE (TO_DAYS(NOW()) - TO_DAYS(`When`)) > $db_clean_vkiss");74 $res = db_res("DELETE FROM `sys_greetings` WHERE (TO_DAYS(NOW()) - TO_DAYS(`When`)) > $db_clean_vkiss"); 75 75 if ( $res ) 76 76 $db_clean_vkiss_num = mysql_affected_rows();
Note: See TracChangeset
for help on using the changeset viewer.