Changeset 13573 for branches/dev


Ignore:
Timestamp:
2007/05/29 09:26:01 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13572 r13573  
    428428                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    429429            }elseif(DB_TYPE=="mysql"){ 
    430                 $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?"; 
    431                 print_r($conn->getAll($sql,array($dtb_send_history["send_id"])));exit;  
     430                //$sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?"; 
     431                $sql = "SELECT * FROM dtb_send_customer "; 
     432                //print_r($conn->getAll($sql,array($dtb_send_history["send_id"])));exit; 
     433                print_r($conn->getAll($sql));exit;  
    432434                $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 
    433435                 
Note: See TracChangeset for help on using the changeset viewer.