Changeset 12767


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

Legend:

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

    r12766 r12767  
    203203    $sqlse = "SELECT customer_id FROM dtb_order_temp WHERE order_temp_id = ?"; 
    204204    $arrRegist['customer_id'] = $objConn->getOne($sqlse, array($uniqid)); 
    205     print("print".$arrRegist['customer_id']); 
     205     
    206206    foreach ($arrRegistColumn as $data) { 
    207207        if (strlen($array[ $data["column"] ]) > 0) { 
     
    210210    } 
    211211     
    212     $arrRegist['customer_id'] = $objCustomer->getvalue('customer_id'); 
     212    //$arrRegist['customer_id'] = $objCustomer->getvalue('customer_id'); 
    213213     
    214214    //-- ÊÔ½¸ÅÐÏ¿¼Â¹Ô 
Note: See TracChangeset for help on using the changeset viewer.