Author: danydb
Date: 2011-11-18 14:29:37 +0100 (Fri, 18 Nov 2011)
New Revision: 4397

Modified:
   phpcompta/trunk/include/constant.php
Log:
improve error_reporting

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2011-11-18 13:29:23 UTC (rev 
4396)
+++ phpcompta/trunk/include/constant.php        2011-11-18 13:29:37 UTC (rev 
4397)
@@ -53,7 +53,7 @@
 define ('MAX_FORECAST_ITEM',10);
 define ('MAX_PREDEFINED_OPERATION',30);
 
-if ( DEBUG ) error_reporting(15);  else error_reporting(0);
+if ( DEBUG ) error_reporting(2147483647);  else error_reporting(0);
 // Erreur
 define ("NOERROR",0);
 define ("BADPARM",1);


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to