Ignore:
Timestamp:
2012/03/04 04:20:00 (12 years ago)
Author:
Seasoft
Message:

#1633 (エラーハンドリングの改善)
#1676 (ログファイルを分離する)
#1677 (デバッグログの出力設定と画面へのエラー出力設定とを分離する)
#1678 (SQL の実行ログを提供する)
#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/require_base.php

    r21490 r21582  
    3434if (!defined('SAFE') || !SAFE) { 
    3535    // インストール中で無い場合、 
    36     if (!SC_Utils_Ex::sfIsInstallFunction()) { 
     36    if (!GC_Utils_Ex::isInstallFunction()) { 
    3737        // インストールチェック 
    3838        SC_Utils_Ex::sfInitInstall(); 
Note: See TracChangeset for help on using the changeset viewer.