phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
no message
=====================================================================
Index: property/inc/class.socommon.inc.php
diff -u property/inc/class.socommon.inc.php:1.1.1.1 
property/inc/class.socommon.inc.php:1.1.1.2
--- property/inc/class.socommon.inc.php:1.1.1.1 Fri Apr 23 13:13:57 2004
+++ property/inc/class.socommon.inc.php Tue May 18 17:53:52 2004
@@ -133,10 +133,10 @@
                        return $employees;
                }
 
-               function read_single_tenant($tenant_id)
+               function read_single_tenant($id)
                {
 
-                       $this->db->query("SELECT * FROM fm_tenant WHERE 
tenant_id ='$tenant_id'",__LINE__,__FILE__);
+                       $this->db->query("SELECT * FROM fm_tenant WHERE id 
=$id",__LINE__,__FILE__);
 
                        $this->db->next_record();
                                $tenant_data = array




reply via email to

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