From 9ca30e8064d58300bb748d21677a8b60a1e9bc39 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 23 May 2011 18:22:49 +0000 Subject: [PATCH] good value for constant.php --- include/constant.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/constant.php b/include/constant.php index 701a33d58..0c94ce3ad 100644 --- a/include/constant.php +++ b/include/constant.php @@ -35,14 +35,16 @@ $g_captcha=false; /* set to none for production */ /* uncomment for production */ -//$version_phpcompta=SVNINFO; -//define ("DEBUG",false); +$version_phpcompta=SVNINFO; +define ("DEBUG",false); +/* define ("DEBUG",true); $version_phpcompta=4014; +*/ -define ("DBVERSION",93); +define ("DBVERSION",94); define ("DBVERSIONREPO",13); define ('NOTFOUND','--not found--');