Ignore:
Timestamp:
2012/03/04 04:46:21 (12 years ago)
Author:
Seasoft
Message:

#1603 (プラグイン機能(エンジン部分))

  • 互換性のない旧プラグイン機能を削除

#1607 (未使用定義の削除)
#1605 (PHP4向けコードの除去、PHP5向けのコード最適化)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/LC_Page_Index.php

    r21469 r21583  
    5454        parent::process(); 
    5555        $this->action(); 
     56        // class_exists('xxx'); 
     57        // 0/0; 
     58        // new xxx; 
     59        // $objQuery = new SC_Query_Ex(); 
     60        // $objQuery->select('***'); 
     61        // trigger_error('試験的なエラー発生です。'); 
    5662        $this->sendResponse(); 
    5763    } 
Note: See TracChangeset for help on using the changeset viewer.