phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4122 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4122 - phpcompta/trunk/include
Date: Mon, 23 May 2011 20:22:49 +0200 (CEST)

Author: danydb
Date: 2011-05-23 20:22:49 +0200 (Mon, 23 May 2011)
New Revision: 4122

Modified:
   phpcompta/trunk/include/constant.php
Log:
good value for constant.php

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2011-05-23 18:10:55 UTC (rev 
4121)
+++ phpcompta/trunk/include/constant.php        2011-05-23 18:22:49 UTC (rev 
4122)
@@ -35,14 +35,16 @@
 /* set to none for production */
 /* uncomment for production */
 
-//$version_phpcompta=SVNINFO; 
-//define ("DEBUG",false);
+$version_phpcompta=SVNINFO; 
+define ("DEBUG",false);
 
+/*
 define ("DEBUG",true);
 $version_phpcompta=4014;
+*/
 
 
-define ("DBVERSION",93);
+define ("DBVERSION",94);
 define ("DBVERSIONREPO",13);
 define ('NOTFOUND','--not found--');
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]