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