Changeset 15138 for branches/rel


Ignore:
Timestamp:
2007/07/27 11:05:32 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/html/mobile/shopping/complete.php

    r15137 r15138  
    3131    } 
    3232} 
    33 echo 'ok1'; 
     33 
    3434$conn = new SC_DBConn(); 
    3535$objPage = new LC_Page(); 
     
    4545// ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ­¤ò¥Á¥§¥Ã¥¯ 
    4646$uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 
    47 echo 'ok2'; 
     47 
    4848if ($uniqid != "") { 
    49     echo 'ok3'; 
     49 
    5050    // ´°Î»½èÍý 
    5151    $objQuery = new SC_Query(); 
     
    5656    // ¥»¥Ã¥·¥ç¥ó¤ËÊݴɤµ¤ì¤Æ¤¤¤ë¾ðÊó¤ò¹¹¿·¤¹¤ë 
    5757    $objCustomer->updateSession(); 
    58     echo 'ok4'; 
     58 
    5959    // ´°Î»¥á¡¼¥ëÁ÷¿® 
    6060    if($order_id != "") { 
     
    343343    // ¥²¥Ã¥È¤ÎÃͤò¥¤¥ó¥µ¡¼¥È 
    344344    //$sqlval = lfGetInsParam($sqlval); 
    345     sfPrintR($sqlval); 
     345 
    346346    // INSERT¤Î¼Â¹Ô 
    347347    $objQuery->insert("dtb_order", $sqlval); 
Note: See TracChangeset for help on using the changeset viewer.