Changeset 13587


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

Legend:

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

    r13586 r13587  
    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` DROP PRIMARY KEY "; 
    429                 $conn->query($sql);exit; 
     427//                $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ?"; 
     428//                $sql = "ALTER TABLE `dtb_send_customer` DROP PRIMARY KEY "; 
     429//                $conn->query($sql);exit; 
    430430//                print("send_id¤Ï"); 
    431431//                print_r($conn->getRow($sql,array($dtb_send_history["send_id"]))); 
Note: See TracChangeset for help on using the changeset viewer.