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_SmartphoneUserAgent.php

    r20462 r20494  
    3939        $nu = new Net_UserAgent_Mobile(); 
    4040        // SPでかつPC表示OFFの場合 
    41         return $nu->isSmartphone() && !SC_SmartphoneUserAgent::getSmartphonePcFlag(); 
     41        return $nu->isSmartphone() && !SC_SmartphoneUserAgent_Ex::getSmartphonePcFlag(); 
    4242    } 
    4343 
     
    4848     */ 
    4949    function isNonSmartphone() { 
    50         return !SC_SmartphoneUserAgent::isSmartphone(); 
     50        return !SC_SmartphoneUserAgent_Ex::isSmartphone(); 
    5151    } 
    5252 
Note: See TracChangeset for help on using the changeset viewer.