phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.solocation.inc.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.solocation.inc.php, 1.1.1.4
Date: Tue, 25 May 2004 23:15:22 +0200

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

date: 2004/05/25 21:15:22;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.solocation.inc.php
diff -u property/inc/class.solocation.inc.php:1.1.1.3 
property/inc/class.solocation.inc.php:1.1.1.4
--- property/inc/class.solocation.inc.php:1.1.1.3       Tue May 25 12:32:28 2004
+++ property/inc/class.solocation.inc.php       Tue May 25 21:15:22 2004
@@ -117,7 +117,7 @@
                        $i = 0;
                        while ($this->db->next_record())
                        {
-                               $owners[$i]['id']                       = 
$this->db->f('owner_id');
+                               $owners[$i]['id']                       = 
$this->db->f('id');
                                $owners[$i]['name']             = 
stripslashes($this->db->f('org_name')) . ' ['. $this->db->f('category') . ']';
                                $i++;
                        }
@@ -1050,7 +1050,7 @@
 
                        if($filter>0)
                        {
-                               $filtermethod .= " $where 
fm_owner.owner_id=$filter";
+                               $filtermethod .= " $where fm_owner.id=$filter";
                                $where = 'AND';
                        }
 




reply via email to

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