Ignore:
Timestamp:
2007/07/27 10:42:24 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

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

    r14898 r15136  
    3131    } 
    3232} 
    33  
     33echo 'ok1'; 
    3434$conn = new SC_DBConn(); 
    3535$objPage = new LC_Page(); 
     
    4545// ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ­¤ò¥Á¥§¥Ã¥¯ 
    4646$uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 
     47echo 'ok2'; 
    4748if ($uniqid != "") { 
    48      
     49    echo 'ok3'; 
    4950    // ´°Î»½èÍý 
    5051    $objQuery = new SC_Query(); 
     
    5556    // ¥»¥Ã¥·¥ç¥ó¤ËÊݴɤµ¤ì¤Æ¤¤¤ë¾ðÊó¤ò¹¹¿·¤¹¤ë 
    5657    $objCustomer->updateSession(); 
    57  
     58    echo 'ok4'; 
    5859    // ´°Î»¥á¡¼¥ëÁ÷¿® 
    5960    if($order_id != "") { 
Note: See TracChangeset for help on using the changeset viewer.