Ignore:
Timestamp:
2012/05/14 00:54:43 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21820 r21829  
    6767        } 
    6868 
    69         if(SMARTY_FORCE_COMPILE_MODE === true) { 
    70             $this->_smarty->force_compile = true; 
    71         } else { 
    72             $this->_smarty->force_compile = false; 
    73         } 
     69        $this->_smarty->force_compile = SMARTY_FORCE_COMPILE_MODE === true; 
    7470        // 各filterをセットします. 
    7571        $this->registFilter(); 
Note: See TracChangeset for help on using the changeset viewer.