Changeset 4608 for temp/trunk/html/admin/mail/sendmail.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/sendmail.php
r2143 r4608 7 7 if($_GET['mode'] == 'now') { 8 8 //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 9 $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history WHERE complete_count = 0 AND del ete= 0 ORDER BY send_id ASC, start_date ASC" );9 $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history WHERE complete_count = 0 AND del_flg = 0 ORDER BY send_id ASC, start_date ASC" ); 10 10 } else { 11 11 $sql = "SELECT send_id FROM dtb_send_history "; 12 $sql.= "WHERE start_date BETWEEN current_timestamp + '- 5 minutes' AND current_timestamp + '5 minutes' AND del ete= 0 ORDER BY send_id ASC, start_date ASC";12 $sql.= "WHERE start_date BETWEEN current_timestamp + '- 5 minutes' AND current_timestamp + '5 minutes' AND del_flg = 0 ORDER BY send_id ASC, start_date ASC"; 13 13 //----¡¡30ʬËè¤ËCron¤¬Á÷¿®»þ´Ö¥Ç¡¼¥¿³Îǧ 14 14 $time_data = $conn->getAll($sql);
Note: See TracChangeset
for help on using the changeset viewer.
