Changeset 13612


Ignore:
Timestamp:
2007/05/29 11:16:50 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13611 r13612  
    3232} 
    3333 
     34//̤Á÷¿®¥á¡¼¥ë¤Î¿ô 
    3435$count = count($time_data); 
    35 print_r($count);exit; 
    36  
     36//print_r($count);exit; 
     37 
     38//̤Á÷¿®¥á¡¼¥ë¤¬¤¢¤ì¤ÐÁ÷¿®½èÍý¤ò³¤±¤ë¡£¤Ê¤±¤ì¤ÐÃæÃǤ¹¤ë¡£ 
    3739if( $count > 0 ){ 
    3840    print("start sending <br />\n"); 
     
    4951     
    5052    $sql = "SELECT * FROM dtb_send_history WHERE send_id = ?"; 
    51     $mail_data[] = $conn->getAll( $sql, array(  $time_data[$i]["send_id"] ) ); 
     53    $mail_data[] = $conn->getAll( $sql, array( $time_data[$i]["send_id"] ) ); 
    5254 
    5355} 
Note: See TracChangeset for help on using the changeset viewer.