fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11895] property: fix sql in ticket


From: Sigurd Nes
Subject: [Fmsystem-commits] [11895] property: fix sql in ticket
Date: Tue, 08 Apr 2014 08:52:49 +0000

Revision: 11895
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11895
Author:   sigurdne
Date:     2014-04-08 08:52:49 +0000 (Tue, 08 Apr 2014)
Log Message:
-----------
property: fix sql in ticket

Modified Paths:
--------------
    trunk/property/inc/class.sotts.inc.php

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2014-04-08 07:21:57 UTC (rev 
11894)
+++ trunk/property/inc/class.sotts.inc.php      2014-04-08 08:52:49 UTC (rev 
11895)
@@ -1443,11 +1443,11 @@
                                {
                                        $value_set[$column]     = $value;
                                }
-                       }
 
-                       $value_set      = 
$this->db->validate_update($value_set);
+                               $value_set      = 
$this->db->validate_update($value_set);
 
-                       $this->db->query("UPDATE fm_tts_tickets SET $value_set 
WHERE id={$id}",__LINE__,__FILE__);
+                               $this->db->query("UPDATE fm_tts_tickets SET 
$value_set WHERE id={$id}",__LINE__,__FILE__);
+                       }
 
                        $this->db->transaction_commit();
 




reply via email to

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