phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r531 - in trunk: . rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r531 - in trunk: . rapport_avance/include
Date: Sun, 13 Oct 2013 20:41:30 +0200 (CEST)

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://address@hidden/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



reply via email to

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