Author: danydb
Date: 2013-10-13 20:41:29 +0200 (Sun, 13 Oct 2013)
New Revision: 531

Modified:
   trunk/
   trunk/rapport_avance/include/class_formulaire_param.php
Log:
Merged revisions 530 via svnmerge from 
svn+ssh://[email protected]/svn_extension/tag/rel660

........
  r530 | danydb | 2013-10-13 20:40:42 +0200 (dim., 13 oct. 2013) | 1 line
  
  remove debug info
........



Property changes on: trunk
___________________________________________________________________
Name: svnmerge-integrated
   - /tag/rel660:1-528
   + /tag/rel660:1-530

Modified: trunk/rapport_avance/include/class_formulaire_param.php
===================================================================
--- trunk/rapport_avance/include/class_formulaire_param.php     2013-10-13 
18:40:42 UTC (rev 530)
+++ trunk/rapport_avance/include/class_formulaire_param.php     2013-10-13 
18:41:29 UTC (rev 531)
@@ -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

Reply via email to