phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.sotts.inc.php, 1.1.1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.sotts.inc.php, 1.1.1.3
Date: Tue, 18 May 2004 19:53:52 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.sotts.inc.php

date: 2004/05/18 17:53:52;  author: sigurdne;  state: Exp;  lines: +1 -1

Log Message:
no message
=====================================================================
Index: property/inc/class.sotts.inc.php
diff -u property/inc/class.sotts.inc.php:1.1.1.2 
property/inc/class.sotts.inc.php:1.1.1.3
--- property/inc/class.sotts.inc.php:1.1.1.2    Thu May 13 18:08:02 2004
+++ property/inc/class.sotts.inc.php    Tue May 18 17:53:52 2004
@@ -457,7 +457,7 @@
                        $id = 
$this->db->get_last_insert_id('fm_tts_tickets','id');
                        if($ticket['extra']['contact_phone'])
                        {
-                               $this->db->query("update fm_tenant set 
contact_phone='". $ticket['extra']['contact_phone']. "' where tenant_id='". 
$ticket['extra']['tenant_id']. "'",__LINE__,__FILE__);
+                               $this->db->query("update fm_tenant set 
contact_phone='". $ticket['extra']['contact_phone']. "' where id='". 
$ticket['extra']['tenant_id']. "'",__LINE__,__FILE__);
                        }
 
                        if($this->db->transaction_commit())




reply via email to

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