Changeset 8051 for temp/trunk/html
- Timestamp:
- 2006/11/09 16:54:06 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/complete.php
r7737 r8051 60 60 } 61 61 62 // ¥³¥ó¥Ó¥Ë·èºÑ¾ðÊó¤Î¼èÆÀ63 $ conveni_data = $objQuery->get("dtb_order", "conveni_data", "order_id = ? ", array($order_id));64 if($ conveni_data != "") {65 $objPage->arr Conv = unserialize($conveni_data);62 //¤½¤Î¾¾ðÊó¤Î¼èÆÀ 63 $other_data = $objQuery->get("dtb_order", "memo02", "order_id = ? ", array($order_id)); 64 if($other_data != "") { 65 $objPage->arrOther = unserialize($other_data); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.
