Index: trunk/index.php
===================================================================
diff -u -r13 -r259
--- trunk/index.php	(.../index.php)	(revision 13)
+++ trunk/index.php	(.../index.php)	(revision 259)
@@ -1,12 +1,7 @@
 <?php
 
 if( file_exists('debug.php') ) include_once('debug.php');
-if( defined('DEBUG_MODE') )
-{
-	error_reporting(E_ALL);
-}
-else
-	error_reporting(0);
+if( !defined('DEBUG_MODE') ) error_reporting(0);
 
 list($usec, $sec) = explode(" ",microtime());
 $timestart = (float)$usec + (float)$sec;