Ignore:
Timestamp:
2006/08/31 12:07:44 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r3443 r3444  
    7272    function display($template) { 
    7373        global $GLOBAL_ERR; 
    74         print($GLOBAL_ERR); 
     74        if(!defined('OUTPUT_ERR')) { 
     75            print($GLOBAL_ERR); 
     76            define('OUTPUT_ERR','ON'); 
     77        } 
    7578        $this->_smarty->display($template); 
    7679        if(ADMIN_MODE == '1') { 
Note: See TracChangeset for help on using the changeset viewer.