Changeset 13603 for branches/dev/html/admin/mail
- Timestamp:
- 2007/05/29 10:55:50 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13600 r13603 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[0]);exit; 20 21 21 } else { 22 22 … … 34 34 35 35 $count = count($time_data); 36 36 print_r($count);exit; 37 37 38 38 if( $count > 0 ){
Note: See TracChangeset
for help on using the changeset viewer.
