Changeset 16531 for branches/feature-module-update/data/class/SC_View.php
- Timestamp:
- 2007/10/22 10:56:23 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_View.php
r16446 r16531 111 111 global $GLOBAL_ERR; 112 112 if(!defined('OUTPUT_ERR')) { 113 print($GLOBAL_ERR); 113 // GLOBAL_ERR を割り当て 114 $this->assign("GLOBAL_ERR", $GLOBAL_ERR); 114 115 define('OUTPUT_ERR','ON'); 115 116 }
Note: See TracChangeset
for help on using the changeset viewer.
