From 8ad6e023de15bb12e001bcb0d49038d2e6368ec2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 2 Dec 2010 21:07:05 +0000 Subject: [PATCH] prepare for release --- include/constant.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/constant.php b/include/constant.php index 0ea0435ea..21bc6b10b 100644 --- a/include/constant.php +++ b/include/constant.php @@ -27,8 +27,8 @@ require_once ('config.inc.php'); require_once('constant.security.php'); // SVNVERSION global $version_phpcompta; -$version_phpcompta=9000; -error_reporting (15); +$version_phpcompta=3809; +error_reporting (0); global $g_captcha; $g_captcha=false; @@ -48,7 +48,7 @@ define ('MAX_ARTICLE',9); define ('MAX_CAT',15); define ('MAX_FORECAST_ITEM',10); -define ("DEBUG",true); +define ("DEBUG",false); // Erreur define ("NOERROR",0);