Changeset 3549 for temp/trunk/data
- Timestamp:
- 2006/08/31 20:12:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r3535 r3549 71 71 // ¥Æ¥ó¥×¥ì¡¼¥È¤Î½èÍý·ë²Ì¤òɽ¼¨ 72 72 function display($template, $no_error = false) { 73 global $GLOBAL_ERR; 74 if(!defined('OUTPUT_ERR')) { 75 print($GLOBAL_ERR); 76 define('OUTPUT_ERR','ON'); 73 if(!$no_error) { 74 global $GLOBAL_ERR; 75 if(!defined('OUTPUT_ERR')) { 76 print($GLOBAL_ERR); 77 define('OUTPUT_ERR','ON'); 78 } 77 79 } 78 80 $this->_smarty->display($template);
Note: See TracChangeset
for help on using the changeset viewer.
