Ignore:
Timestamp:
2011/03/04 21:47:08 (13 years ago)
Author:
shutta
Message:

SC_SmartphoneUserAgentクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Display.php

    r20444 r20494  
    137137    function detectDevice(){ 
    138138        $nu = new Net_UserAgent_Mobile(); 
    139         $su = new SC_SmartphoneUserAgent(); 
     139        $su = new SC_SmartphoneUserAgent_Ex(); 
    140140        $retDevice = 0; 
    141141        if ($nu->isMobile()) { 
Note: See TracChangeset for help on using the changeset viewer.