Changeset 13594


Ignore:
Timestamp:
2007/05/29 10:20:33 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13593 r13594  
    431431//                print_r($conn->getRow($sql,array($dtb_send_history["send_id"]))); 
    432432//                print("<br>"); 
    433 //                $sql = "SELECT * FROM dtb_send_customer "; 
    434 //                print($dtb_send_history["send_id"]); 
    435 //                print_r($conn->getAll($sql));exit;  
     433                $sql = "SELECT * FROM dtb_send_customer "; 
     434                print("sendid¤Ï".$dtb_send_history["send_id"]."<br>"); 
     435                print_r($conn->getAll($sql));exit;  
    436436                $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 
    437437                 
Note: See TracChangeset for help on using the changeset viewer.