phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r641 - trunk/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r641 - trunk/rapport_avance/include
Date: Tue, 31 Dec 2013 15:46:33 +0100 (CET)

Author: danydb
Date: 2013-12-31 15:46:33 +0100 (Tue, 31 Dec 2013)
New Revision: 641

Modified:
   trunk/rapport_avance/include/historique.inc.php
Log:
remove debug + update doc
purge table
Task #951 - Make release

Modified: trunk/rapport_avance/include/historique.inc.php
===================================================================
--- trunk/rapport_avance/include/historique.inc.php     2013-12-31 14:26:56 UTC 
(rev 640)
+++ trunk/rapport_avance/include/historique.inc.php     2013-12-31 14:46:33 UTC 
(rev 641)
@@ -28,6 +28,7 @@
  */
 global $cn;
 $cn->exec_sql("delete from rapport_advanced.declaration where to_keep='N' and 
d_generated < now() - interval '5 hours'");
+$cn->exec_sql("delete from rapport_advanced.listing_compute where l_keep='N' 
and l_timestamp < now() - interval '5 hours'");
 $data=$cn->get_array("select d_id,d_title,
                d_start,d_end,to_char(d_generated,'DD/MM/YY HH24:MI') as 
fmt_generated,
                d_description,d_generated,



---
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]