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