Changeset 14276


Ignore:
Timestamp:
2007/06/05 19:03:25 (17 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

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

    r14275 r14276  
    4949    $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ? AND (send_flag = 2 OR send_flag IS NULL)"; 
    5050    $list_data[] = $conn->getAll( $sql, array( $time_data[$i]["send_id"] ) ); 
    51      
    52     print_r($list_data); 
    5351     
    5452    $sql = "SELECT * FROM dtb_send_history WHERE send_id = ?"; 
     
    110108                      ,'port' => SMTP_PORT_BLAYN                   
    111109                                                  ); 
    112                                                   sfprintr($param); 
    113                                                    
     110 
    114111            //-- Mail_mime¥ª¥Ö¥¸¥§¥¯¥ÈºîÀ® 
    115112            $mail_mimeObj = new Mail_mime(); 
Note: See TracChangeset for help on using the changeset viewer.