From 4ed6740f44b8627dff19e735af51353bebb279b3 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 22 Oct 2010 13:56:31 +0000 Subject: [PATCH] prepare for next version --- include/constant.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/constant.php b/include/constant.php index 9cefe2133..e7aa874b7 100644 --- a/include/constant.php +++ b/include/constant.php @@ -27,16 +27,13 @@ require_once ('config.inc.php'); require_once('constant.security.php'); // SVNVERSION global $version_phpcompta; -$version_phpcompta=9000; +// $version_phpcompta=9000; /* set to none for production */ /* uncomment for production */ -/* error_reporting (0); +error_reporting (0); $version_phpcompta=SVNINFO; -*/ -error_reporting (15); - -define ("DBVERSION",89); +define ("DBVERSION",90); define ("DBVERSIONREPO",12); define ('NOTFOUND','--not found--');