Author: danydb
Date: 2011-12-15 14:26:33 +0100 (Thu, 15 Dec 2011)
New Revision: 4608

Modified:
   phpcompta/trunk/include/constant.php
Log:
remove DEBUG 

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2011-12-15 13:09:18 UTC (rev 
4607)
+++ phpcompta/trunk/include/constant.php        2011-12-15 13:26:33 UTC (rev 
4608)
@@ -35,12 +35,12 @@
 $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=4444;
+//define ("DEBUG",false);
 
 
-//$version_phpcompta=SVNINFO;
-//define ("DEBUG",false);
+$version_phpcompta=SVNINFO;
+define ("DEBUG",false);
 
 
 


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to