Changeset 13620 for branches/dev
- Timestamp:
- 2007/05/29 11:50:42 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/index.php
r13598 r13620 420 420 $dtb_send_customer["send_id"] = $dtb_send_history["send_id"]; 421 421 $dtb_send_customer["email"] = $line["email"]; 422 $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 423 424 if(DB_TYPE=="pgsql"){ 425 $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 426 }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; 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("sendid¤Ï".$dtb_send_history["send_id"]."<br>"); 435 436 $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 437 438 } 439 }//print_r($conn->getAll($sql));exit; 422 $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 423 $conn->autoExecute("dtb_send_customer", $dtb_send_customer ); 424 425 } 440 426 } 441 427 }
Note: See TracChangeset
for help on using the changeset viewer.
