phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.soproject.inc.php, 1.1.1.2


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

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

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

Log Message:
no message
=====================================================================
Index: property/inc/class.soproject.inc.php
diff -u property/inc/class.soproject.inc.php:1.1.1.1 
property/inc/class.soproject.inc.php:1.1.1.2
--- property/inc/class.soproject.inc.php:1.1.1.1        Fri Apr 23 13:13:57 2004
+++ property/inc/class.soproject.inc.php        Tue May 18 17:53:52 2004
@@ -498,7 +498,7 @@
 
                        if($project['extra']['contact_phone'])
                        {
-                               $this->db->query("update fm_tenant set 
contact_phone='". $project['extra']['contact_phone']. "' where tenant_id='". 
$project['extra']['tenant_id']. "'",__LINE__,__FILE__);
+                               $this->db->query("update fm_tenant set 
contact_phone='". $project['extra']['contact_phone']. "' where id='". 
$project['extra']['tenant_id']. "'",__LINE__,__FILE__);
                        }
 
                        if ($project['power_meter'] )
@@ -668,7 +668,7 @@
 
                        if($project['extra']['contact_phone'])
                        {
-                               $this->db->query("update fm_tenant set 
contact_phone='". $project['extra']['contact_phone']. "' where tenant_id='". 
$project['extra']['tenant_id']. "'",__LINE__,__FILE__);
+                               $this->db->query("update fm_tenant set 
contact_phone='". $project['extra']['contact_phone']. "' where id='". 
$project['extra']['tenant_id']. "'",__LINE__,__FILE__);
                        }
 
                        if ($project['power_meter'] )




reply via email to

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