Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_System_System extends LC_Page_Admin_Ex  
    35 { 
     34class LC_Page_Admin_System_System extends LC_Page_Admin_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_mainpage = 'system/system.tpl'; 
     
    5856     * @return void 
    5957     */ 
    60     function process() 
    61     { 
     58    function process() { 
    6259        $this->action(); 
    6360        $this->sendResponse(); 
     
    6966     * @return void 
    7067     */ 
    71     function action() 
    72     { 
     68    function action() { 
    7369 
    7470        $objFormParam = new SC_FormParam_Ex(); 
     
    9692     * @return void 
    9793     */ 
    98     function destroy() 
    99     { 
     94    function destroy() { 
    10095        parent::destroy(); 
    10196    } 
     
    108103     * @return void 
    109104     */ 
    110     function initForm(&$objFormParam, &$arrParams) 
    111     { 
     105    function initForm(&$objFormParam, &$arrParams) { 
    112106        $objFormParam->addParam('mode', 'mode', INT_LEN, '', array('ALPHA_CHECK', 'MAX_LENGTH_CHECK')); 
    113107        $objFormParam->setParam($arrParams); 
     
    119113     * @return array システム情報 
    120114     */ 
    121     function getSystemInfo() 
    122     { 
     115    function getSystemInfo() { 
    123116        $objDB = SC_DB_DBFactory_Ex::getInstance(); 
    124117 
Note: See TracChangeset for help on using the changeset viewer.