Changeset 8629 for trunk/periodic
- Timestamp:
- 01/20/09 00:46:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/periodic/cmd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/periodic/cmd.php
r8251 r8629 69 69 if ( $db_clean_vkiss > 0 ) 70 70 { 71 $res = db_res("DELETE FROM VKisses WHERE (TO_DAYS(NOW()) - TO_DAYS(Arrived)) > $db_clean_vkiss");71 $res = db_res("DELETE FROM Greetings WHERE (TO_DAYS(NOW()) - TO_DAYS(Arrived)) > $db_clean_vkiss"); 72 72 if ( $res ) 73 73 $db_clean_vkiss_num = mysql_affected_rows();
Note: See TracChangeset
for help on using the changeset viewer.