Changeset 21829 for branches/version-2_12-dev/data/class/SC_View.php
- Timestamp:
- 2012/05/14 00:54:43 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_View.php
r21820 r21829 67 67 } 68 68 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; 74 70 // 各filterをセットします. 75 71 $this->registFilter();
Note: See TracChangeset
for help on using the changeset viewer.
