phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5018 - phpcompta/trunk/include
Date: Wed, 27 Jun 2012 18:43:46 +0200 (CEST)

Author: danydb
Date: 2012-06-27 18:43:45 +0200 (Wed, 27 Jun 2012)
New Revision: 5018

Modified:
   phpcompta/trunk/include/constant.php
Log:
put debug value for SVNINFO

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2012-06-27 11:10:52 UTC (rev 
5017)
+++ phpcompta/trunk/include/constant.php        2012-06-27 16:43:45 UTC (rev 
5018)
@@ -27,24 +27,24 @@
 require_once('constant.security.php');
 // SVNVERSION
 global $version_phpcompta;
+define ('SVNINFO',5015');
 
-
 global $g_captcha,$g_failed,$g_succeed;
 $g_captcha=false;
 $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=SVNINFO;
+//$version_phpcompta=SVNINFO;
 define ("DEBUG",true);
 
 // If you don't want to be notified of the update
 // define ("SITE_UPDATE",'');
 define ("SITE_UPDATE",'http://www.phpcompta.eu/last_version.txt');
-define ("SITE_UPDATE_PLUGIN",'http://www.phpcompta.eu/last_version.txt');
+define 
("SITE_UPDATE_PLUGIN",'http://www.phpcompta.eu/plugin_last_version.txt');
 
 
-//$version_phpcompta=4985;
+$version_phpcompta=4985;
 //define ("DEBUG",true);
 
 define ("DBVERSION",103);



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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