Changeset 15136 for branches/rel
- Timestamp:
- 2007/07/27 10:42:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/html/mobile/shopping/complete.php
r14898 r15136 31 31 } 32 32 } 33 33 echo 'ok1'; 34 34 $conn = new SC_DBConn(); 35 35 $objPage = new LC_Page(); … … 45 45 // ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ¤ò¥Á¥§¥Ã¥¯ 46 46 $uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 47 echo 'ok2'; 47 48 if ($uniqid != "") { 48 49 echo 'ok3'; 49 50 // ´°Î»½èÍý 50 51 $objQuery = new SC_Query(); … … 55 56 // ¥»¥Ã¥·¥ç¥ó¤ËÊݴɤµ¤ì¤Æ¤¤¤ë¾ðÊó¤ò¹¹¿·¤¹¤ë 56 57 $objCustomer->updateSession(); 57 58 echo 'ok4'; 58 59 // ´°Î»¥á¡¼¥ëÁ÷¿® 59 60 if($order_id != "") {
Note: See TracChangeset
for help on using the changeset viewer.