phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r530 - tag/rel660/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r530 - tag/rel660/rapport_avance/include
Date: Sun, 13 Oct 2013 20:40:42 +0200 (CEST)

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



reply via email to

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