From 976a44ca5d123b52b040351f1e1cb16e91d8f3e1 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 1 Dec 2011 21:11:43 +0000 Subject: [PATCH] remove debug --- include/constant.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/constant.php b/include/constant.php index 41bf0b7db..8604e14bc 100644 --- a/include/constant.php +++ b/include/constant.php @@ -36,12 +36,12 @@ $g_captcha=false; /* uncomment for production */ -/*$version_phpcompta=SVNINFO; -define ("DEBUG",false); -*/ -$version_phpcompta=4444; +$version_phpcompta=SVNINFO; define ("DEBUG",false); +/* $version_phpcompta=4444; +define ("DEBUG",false); +*/ define ("DBVERSION",98); define ("DBVERSIONREPO",14); define ('NOTFOUND','--not found--');