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