From aad2aa232aadc41f933fa3516815cb19e144993f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 15 Dec 2011 13:26:33 +0000 Subject: [PATCH] remove DEBUG --- include/constant.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/constant.php b/include/constant.php index db703e083..c0a4e3f2c 100644 --- a/include/constant.php +++ b/include/constant.php @@ -35,14 +35,14 @@ $g_failed=""; $g_succeed=""; /*set to none for production */ /* uncomment for production */ - $version_phpcompta=4444; -define ("DEBUG",false); - - -//$version_phpcompta=SVNINFO; +// $version_phpcompta=4444; //define ("DEBUG",false); +$version_phpcompta=SVNINFO; +define ("DEBUG",false); + + define ("DBVERSION",100); define ("DBVERSIONREPO",14);