From a13f9ec2622d53ecfa4c14c2ee5c12fce91ea1b6 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 6 Aug 2009 19:50:22 +0000 Subject: [PATCH] remove debug flag --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index a37addae4..655486e7e 100644 --- a/include/constant.php +++ b/include/constant.php @@ -31,7 +31,7 @@ define ("DBVERSION",58); define ("MAX_COMPTE",4); define ('MAX_BUD_DETAIL',20); define ('MAX_ARTICLE',8); -define ("DEBUG","true"); +define ("DEBUG","FALSE"); // Erreur define ("NOERROR",0);