Changeset 13611 for branches/dev/html
- Timestamp:
- 2007/05/29 11:13:27 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13610 r13611 18 18 //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 19 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 print_r($time_data);21 print_r($conn->getAll("SELECT * FROM dtb_send_history WHERE send_id = $time_data[0]['send_id']"));print("<br>");22 20 } else { 23 21
Note: See TracChangeset
for help on using the changeset viewer.
