Changeset 3444 for temp/trunk/data
- Timestamp:
- 2006/08/31 12:07:44 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
class/SC_View.php (modified) (1 diff)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r3443 r3444 72 72 function display($template) { 73 73 global $GLOBAL_ERR; 74 print($GLOBAL_ERR); 74 if(!defined('OUTPUT_ERR')) { 75 print($GLOBAL_ERR); 76 define('OUTPUT_ERR','ON'); 77 } 75 78 $this->_smarty->display($template); 76 79 if(ADMIN_MODE == '1') { -
temp/trunk/data/lib/slib.php
r3441 r3444 6 6 require_once( $INC_PATH ."/../class/SC_DbConn.php" ); 7 7 8 // Á´¥Ú¡¼¥¸¶¦ÄÌ¥¨¥é¡¼ 8 9 $GLOBAL_ERR = ""; 9 10
Note: See TracChangeset
for help on using the changeset viewer.
