Changeset 3549 for temp/trunk/data


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

* empty log message *

File:
1 edited

Legend:

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

    r3535 r3549  
    7171    // ¥Æ¥ó¥×¥ì¡¼¥È¤Î½èÍý·ë²Ì¤òɽ¼¨ 
    7272    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            } 
    7779        } 
    7880        $this->_smarty->display($template); 
Note: See TracChangeset for help on using the changeset viewer.