Changeset 15475
- Timestamp:
- 2007/08/30 16:39:48 (16 years ago)
- Location:
- branches/feature-module-zeus/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc
r15455 r15475 90 90 91 91 if(ereg('Success_order', $response)) { 92 // ¼õÃí¥Æ¡¼¥Ö¥ë¤ËµÏ¿¤¹¤ë 93 $arrVal["memo01"] = MDL_ZEUS_ID; // ¥â¥¸¥å¡¼¥ëID 94 $arrVal["memo03"] = $response; // ½èÍý·ë²Ì 95 // ¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë¹¹¿· 96 sfRegistTempOrder($arrData['order_temp_id'], $arrVal); 97 92 98 return true; 93 99 } else { -
branches/feature-module-zeus/data/include/mobile.inc
r15469 r15475 15 15 */ 16 16 function lfMobileCheckCompatibility() { 17 18 19 20 17 if (!GC_MobileUserAgent::isSupported()) { 21 18 header('Location: ' . URL_DIR . 'unsupported/index.php'); 22 19 exit; 23 20 } 24 25 26 21 } 27 22
Note: See TracChangeset
for help on using the changeset viewer.