Ignore:
Timestamp:
2011/03/10 20:25:09 (13 years ago)
Author:
shutta
Message:

SC_Display -> SC_Display_Ex へ書き換え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/handle_error.php

    r20466 r20591  
    9595 */ 
    9696function displaySystemError($errstr = null) { 
    97     if (SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) { 
     97    if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    9898        ob_clean(); 
    9999        ob_start(array('SC_MobileEmoji', 'handler')); 
Note: See TracChangeset for help on using the changeset viewer.