Changeset 13377
- Timestamp:
- 2007/05/24 21:30:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13376 r13377 43 43 44 44 //---- ¥á¡¼¥ëÁ÷¿®½àÈ÷ 45 for( $i = 0; $i < count( $time_data ); $i++ ) {45 for( $i = 0; $i < $count; $i++ ) { 46 46 47 47 $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ? AND (send_flag = 2 OR send_flag IS NULL)"; … … 56 56 $sql_flag ="UPDATE dtb_send_customer SET send_flag = ? WHERE send_id = ? AND customer_id = ?"; 57 57 $objMail = new GC_SendMail(); 58 59 60 if(MELMAGA_SEND_BLAYN === true) {61 echo "BLAYN_ON";62 } else {63 echo "BLAYN_OFF";64 }65 66 58 67 59 //----¡¡¥á¡¼¥ëÀ¸À®¤ÈÁ÷¿®
Note: See TracChangeset
for help on using the changeset viewer.