Ignore:
Timestamp:
2011/03/04 19:51:32 (13 years ago)
Author:
shutta
Message:

拡張クラス(/class_extends/)が存在するのに基底クラス(/class/)のメソッドを呼び出している部分を拡張クラスに書き換え。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/system/LC_Page_Admin_System_Rank.php

    r20345 r20484  
    7777 
    7878        // 正当な数値であればOK 
    79         if (SC_Utils::sfIsInt($_GET['id'])) { 
     79        if (SC_Utils_Ex::sfIsInt($_GET['id'])) { 
    8080            $arrClean['id'] = $_GET['id']; 
    8181 
     
    9696        // エラー処理 
    9797        else { 
    98             GC_Utils::gfPrintLog("error id=".$_GET['id']); 
     98            GC_Utils_Ex::gfPrintLog("error id=".$_GET['id']); 
    9999        } 
    100100 
Note: See TracChangeset for help on using the changeset viewer.