Ignore:
Timestamp:
2013/01/27 15:37:10 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し SC_Image,SC_Initial,SC_PageNavi,SC_Product,SC_Query,SC_SelectSql,SC_SendMail,SC_View,SC_UploadFile,SC_Api_Operation,SC_Batch_Update,SC_Helper_CSV,SC_Helper_Customer,SC_Helper_DB,SC_Helper_Mail,SC_Helper_PageLayout


SC_Sendmail_001とLC_Page_001,LC_Page_Admin_001,SC_Utils_002,GC_Utils_001を統合
SC_UploadFile_003とLC_Page_Admin_Products_ProductClass_014を統合
SC_Helper_CSV_002とLC_Page_Admin_Customer_Edit_001を統合
SC_Helper_CSV_005とPARAM_LABEL_CATEGORYを統合

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/util/GC_Utils.php

    r22102 r22416  
    120120     */ 
    121121    function gfGetLogStr($mess, $log_level = 'Info') { 
    122         trigger_error(t("GC_Utils_001"), E_USER_WARNING); 
     122        trigger_error(t("c_A method for upward compatibility was used._01"), E_USER_WARNING); 
    123123        // メッセージの前に、ログ出力元関数名とログ出力関数呼び出し部分の行数を付与 
    124124        $mess = GC_Utils::gfGetCallerInfo(true) . $mess; 
     
    138138     */ 
    139139    function gfAdminLog($mess, $log_level = 'Info') { 
    140         trigger_error(t("GC_Utils_001"), E_USER_WARNING); 
     140        trigger_error(t("c_A method for upward compatibility was used._01"), E_USER_WARNING); 
    141141        // ログレベル=Debugの場合は、DEBUG_MODEがtrueの場合のみログ出力する 
    142142        if ($log_level === 'Debug' && DEBUG_MODE === false) { 
     
    154154     */ 
    155155    function gfFrontLog($mess, $log_level = 'Info') { 
    156         trigger_error(t("GC_Utils_001"), E_USER_WARNING); 
     156        trigger_error(t("c_A method for upward compatibility was used._01"), E_USER_WARNING); 
    157157        // ログレベル=Debugの場合は、DEBUG_MODEがtrueの場合のみログ出力する 
    158158        if ($log_level === 'Debug' && DEBUG_MODE === false) { 
Note: See TracChangeset for help on using the changeset viewer.