Changeset 11918 for branches/dev/data
- Timestamp:
- 2007/03/19 19:30:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/downloads/module/mdl_epsilon/convenience.php
r11602 r11918 12 12 class LC_Page { 13 13 function LC_Page() { 14 if ( GC_MobileUserAgent::isMobile()) {14 if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 15 15 $this->tpl_mainpage = MODULE_PATH . "mdl_epsilon/convenience_mobile.tpl"; 16 16 } else { … … 70 70 $objSiteSess->setRegistFlag(); 71 71 // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 72 if ( GC_MobileUserAgent::isMobile()) {72 if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 73 73 header("Location: " . gfAddSessionId(URL_SHOP_CONFIRM)); 74 74 } else { … … 210 210 sfRegistTempOrder($uniqid, $sqlval); 211 211 212 if ( GC_MobileUserAgent::isMobile()) {212 if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 213 213 header("Location: " . gfAddSessionId(URL_SHOP_COMPLETE)); 214 214 } else {
Note: See TracChangeset
for help on using the changeset viewer.
