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--');