remove DEBUG

This commit is contained in:
Dany De Bontridder 2011-12-15 13:26:33 +00:00
parent 4ec4f99f03
commit aad2aa232a

View file

@ -35,14 +35,14 @@ $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
$g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
/*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);