Ignore:
Timestamp:
2012/11/03 20:07:49 (14 years ago)
Author:
h_yoshimoto
Message:

#1890 LC_Page_Admin系クラスのメッセージを集約(ダミーID)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/LC_Page_Admin.php

    r21867 r22067  
    130130     */ 
    131131    function log($mess, $log_level='Info') { 
    132         trigger_error('前方互換用メソッドが使用されました。', E_USER_WARNING); 
     132        trigger_error(SC_I18n_Ex::t('LC_Page_Admin_001'), E_USER_WARNING); 
    133133        // ログレベル=Debugの場合は、DEBUG_MODEがtrueの場合のみログ出力する 
    134134        if ($log_level === 'Debug' && DEBUG_MODE === false) { 
Note: See TracChangeset for help on using the changeset viewer.