Changeset 13585


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

Legend:

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

    r13584 r13585  
    425425                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    426426            }elseif(DB_TYPE=="mysql"){ 
    427                 //$sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?"; 
    428                 $sql = "ALTER TABLE `dtb_send_customer` CHANGE `send_id` `send_id` INT( 11 ) NOT NULL "; 
    429                 $conn->query($sql);exit; 
    430                 print("send_id¤Ï"); 
    431                 print_r($conn->getRow($sql,array($dtb_send_history["send_id"]))); 
    432                 print("<br>"); 
    433                 $sql = "SELECT * FROM dtb_send_customer "; 
    434                 print_r($conn->getAll($sql));exit;  
     427//                $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?"; 
     428//                print("send_id¤Ï"); 
     429//                print_r($conn->getRow($sql,array($dtb_send_history["send_id"]))); 
     430//                print("<br>"); 
     431//                $sql = "SELECT * FROM dtb_send_customer "; 
     432//                print_r($conn->getAll($sql));exit;  
    435433                $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 
    436434                 
Note: See TracChangeset for help on using the changeset viewer.