Author: danydb
Date: 2013-10-13 20:40:42 +0200 (Sun, 13 Oct 2013)
New Revision: 530
Modified:
tag/rel660/rapport_avance/include/class_formulaire_param.php
Log:
remove debug info
Modified: tag/rel660/rapport_avance/include/class_formulaire_param.php
===================================================================
--- tag/rel660/rapport_avance/include/class_formulaire_param.php
2013-10-13 14:06:04 UTC (rev 529)
+++ tag/rel660/rapport_avance/include/class_formulaire_param.php
2013-10-13 18:40:42 UTC (rev 530)
@@ -99,7 +99,7 @@
{
global $cn;
$in = fopen($filename, "r");
- /* DEBUG $cn->start(); */
+ $cn->start();
try
{
$a = fgetcsv($in, 0, ";");
@@ -170,8 +170,8 @@
}
- /*DEBUG $cn->exec_sql('delete from
rapport_advanced.restore_formulaire_param where f_id=$1',array($form->f_id));
- $cn->commit();*/
+ $cn->exec_sql('delete from
rapport_advanced.restore_formulaire_param where f_id=$1',array($form->f_id));
+ $cn->commit();
}
catch (Exception $exc)
{
---
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