phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
no message
=====================================================================
Index: property/class.socommon.php
diff -u property/class.socommon.php:1.1.1.5 property/class.socommon.php:1.1.1.6
--- property/class.socommon.php:1.1.1.5 Tue May 11 19:59:35 2004
+++ property/class.socommon.php Tue May 18 17:53:21 2004
@@ -129,10 +129,10 @@
                        return $employees;
                }
 
-               function read_single_tenant($tenant_id)
+               function read_single_tenant($id)
                {
 
-                       $dbresult = $GLOBALS['phpgw']->db->Execute("SELECT * 
FROM fm_tenant WHERE tenant_id ='$tenant_id'");
+                       $dbresult = $GLOBALS['phpgw']->db->Execute("SELECT * 
FROM fm_tenant WHERE id =$id");
 
 
                                $tenant_data = array




reply via email to

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