From f96460101537373a607eaa7e508c570cbb0e00a8 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 27 Jun 2012 17:14:52 +0000 Subject: [PATCH] Info de debug --- include/constant.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/constant.php b/include/constant.php index 281baeec7..2409f2212 100644 --- a/include/constant.php +++ b/include/constant.php @@ -36,6 +36,8 @@ $g_succeed=""; /*set to none for production */ /* uncomment for production */ //$version_phpcompta=SVNINFO; +//define ("DEBUG",true); +$version_phpcompta=SVNINFO; define ("DEBUG",true); // If you don't want to be notified of the update @@ -44,9 +46,6 @@ define ("SITE_UPDATE",'http://www.phpcompta.eu/last_version.txt'); define ("SITE_UPDATE_PLUGIN",'http://www.phpcompta.eu/plugin_last_version.txt'); -$version_phpcompta=4985; -//define ("DEBUG",true); - define ("DBVERSION",103); define ("DBVERSIONREPO",14);