Changeset 12766


Ignore:
Timestamp:
2007/05/14 18:11:41 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/nonmember/deliv_addr.php

    r12765 r12766  
    203203    $sqlse = "SELECT customer_id FROM dtb_order_temp WHERE order_temp_id = ?"; 
    204204    $arrRegist['customer_id'] = $objConn->getOne($sqlse, array($uniqid)); 
    205     print($arrRegist['customer_id']); 
     205    print("print".$arrRegist['customer_id']); 
    206206    foreach ($arrRegistColumn as $data) { 
    207207        if (strlen($array[ $data["column"] ]) > 0) { 
Note: See TracChangeset for help on using the changeset viewer.