Changeset 13301
- Timestamp:
- 2007/05/22 21:23:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13299 r13301 17 17 if($_GET['mode'] == 'now') { 18 18 //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 19 //$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" );20 $time_data = $conn->getAll( "SELECT send_id FROM dtb_send_history WHERE del_flg = 0 ORDER BY send_id ASC, start_date ASC" ); 19 $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" ); 20 21 21 } else { 22 22
Note: See TracChangeset
for help on using the changeset viewer.