Changeset 14899 for branches/beta
- Timestamp:
- 2007/06/20 11:41:57 (16 years ago)
- Location:
- branches/beta/html/mobile/shopping
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/mobile/shopping/complete.php
r14676 r14899 322 322 unset($sqlval['reminder']); // ¥ê¥Þ¥¤¥ó¥À¡¼¼ÁÌä 323 323 unset($sqlval['reminder_answer']); // ¥ê¥Þ¥¤¥ó¥À¡¼Åú¤¨ 324 unset($sqlval['session']); // ¥»¥Ã¥·¥ç¥ó 324 325 325 326 // Ãíʸ¥¹¥Æ¡¼¥¿¥¹:»ØÄ̵꤬¤±¤ì¤Ð¿·µ¬¼õÉÕ¤ËÀßÄê -
branches/beta/html/mobile/shopping/confirm.php
r14676 r14899 99 99 $arrData["order_id"] = $order_id; 100 100 101 // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤òÊÝ»ý 102 $arrData['session'] = serialize($_SESSION); 103 101 104 // ½¸·×·ë²Ì¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤ËÈ¿±Ç 102 105 sfRegistTempOrder($uniqid, $arrData);
Note: See TracChangeset
for help on using the changeset viewer.