Changeset 13614 for branches/dev


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

Legend:

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

    r13613 r13614  
    3535$count = count($time_data); 
    3636 
    37 if(DB_TYPE == "mysql"){ 
    38     $count  = $count -1; 
    39 } 
    40  
    4137//print_r($count);exit; 
    4238 
     
    5450    $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ? AND (send_flag = 2 OR send_flag IS NULL)"; 
    5551    $list_data[] = $conn->getAll( $sql, array( $time_data[$i]["send_id"] ) ); 
     52     
     53    print_r($list_data); 
    5654     
    5755    $sql = "SELECT * FROM dtb_send_history WHERE send_id = ?"; 
Note: See TracChangeset for help on using the changeset viewer.