Ignore:
Timestamp:
2007/10/22 10:56:23 (19 years ago)
Author:
nanasess
Message:

GLOBAL_ERR を body 内に div タグで出力するように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_View.php

    r16446 r16531  
    111111            global $GLOBAL_ERR; 
    112112            if(!defined('OUTPUT_ERR')) { 
    113                 print($GLOBAL_ERR); 
     113                // GLOBAL_ERR を割り当て 
     114                $this->assign("GLOBAL_ERR", $GLOBAL_ERR); 
    114115                define('OUTPUT_ERR','ON'); 
    115116            } 
Note: See TracChangeset for help on using the changeset viewer.