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
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev