phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4135 - phpcompta/branches/rel560/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4135 - phpcompta/branches/rel560/include
Date: Fri, 27 May 2011 20:29:45 +0200 (CEST)

Author: danydb
Date: 2011-05-27 20:29:44 +0200 (Fri, 27 May 2011)
New Revision: 4135

Modified:
   phpcompta/branches/rel560/include/class_fiche_attr.php
Log:
0000279: Param?\195?\168tre -> Attribut


Modified: phpcompta/branches/rel560/include/class_fiche_attr.php
===================================================================
--- phpcompta/branches/rel560/include/class_fiche_attr.php      2011-05-25 
21:49:07 UTC (rev 4134)
+++ phpcompta/branches/rel560/include/class_fiche_attr.php      2011-05-27 
18:29:44 UTC (rev 4135)
@@ -192,12 +192,12 @@
     public function delete()
     {
         if ($this->ad_id < 9000)  return;
-        $sql=$this->cn->exec_sql("delete from fiche_detail  where ad_id=$1 )",
+        $sql=$this->cn->exec_sql("delete from fiche_detail  where ad_id=$1 ",
                                  array($this->ad_id));
 
-        $sql="delete from jnt_fic_attr where ad_id=$1";
+       $sql="delete from jnt_fic_attr where ad_id=$1";
         $res=$this->cn->exec_sql($sql,array($this->ad_id));
-
+       
         $sql="delete from attr_def where ad_id=$1";
         $res=$this->cn->exec_sql($sql,array($this->ad_id));
 




reply via email to

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