Changeset 15138 for branches/rel
- Timestamp:
- 2007/07/27 11:05:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/html/mobile/shopping/complete.php
r15137 r15138 31 31 } 32 32 } 33 echo 'ok1'; 33 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 48 if ($uniqid != "") { 49 echo 'ok3'; 49 50 50 // ´°Î»½èÍý 51 51 $objQuery = new SC_Query(); … … 56 56 // ¥»¥Ã¥·¥ç¥ó¤ËÊݴɤµ¤ì¤Æ¤¤¤ë¾ðÊó¤ò¹¹¿·¤¹¤ë 57 57 $objCustomer->updateSession(); 58 echo 'ok4'; 58 59 59 // ´°Î»¥á¡¼¥ëÁ÷¿® 60 60 if($order_id != "") { … … 343 343 // ¥²¥Ã¥È¤ÎÃͤò¥¤¥ó¥µ¡¼¥È 344 344 //$sqlval = lfGetInsParam($sqlval); 345 sfPrintR($sqlval); 345 346 346 // INSERT¤Î¼Â¹Ô 347 347 $objQuery->insert("dtb_order", $sqlval);
Note: See TracChangeset
for help on using the changeset viewer.