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

* empty log message *

File:
1 edited

Legend:

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

    r3442 r3443  
    7272    function display($template) { 
    7373        global $GLOBAL_ERR; 
    74         print("test" . $GLOBAL_ERR); 
     74        print($GLOBAL_ERR); 
    7575        $this->_smarty->display($template); 
    7676        if(ADMIN_MODE == '1') { 
Note: See TracChangeset for help on using the changeset viewer.