Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 3441)
+++ temp/trunk/data/class/SC_View.php	(revision 3442)
@@ -72,5 +72,5 @@
     function display($template) {
 		global $GLOBAL_ERR;
-		print($GLOBAL_ERR);
+		print("test" . $GLOBAL_ERR);
 		$this->_smarty->display($template);
 		if(ADMIN_MODE == '1') {
