- Timestamp:
- 2012/11/16 14:56:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/pages/admin/LC_Page_Admin.php
r22067 r22100 130 130 */ 131 131 function log($mess, $log_level='Info') { 132 trigger_error( SC_I18n_Ex::t('LC_Page_Admin_001'), E_USER_WARNING);132 trigger_error(t('LC_Page_Admin_001'), E_USER_WARNING); 133 133 // ログレベル=Debugの場合は、DEBUG_MODEがtrueの場合のみログ出力する 134 134 if ($log_level === 'Debug' && DEBUG_MODE === false) {
Note: See TracChangeset
for help on using the changeset viewer.
