phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soentity.inc.php,1.10


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.soentity.inc.php,1.10
Date: Mon, 19 Sep 2005 10:35:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.soentity.inc.php lines: +2 -2

Log Message:
no message

====================================================
Index: property/inc/class.soentity.inc.php
diff -u property/inc/class.soentity.inc.php:1.9 
property/inc/class.soentity.inc.php:1.10
--- property/inc/class.soentity.inc.php:1.9     Fri Aug 19 11:56:50 2005
+++ property/inc/class.soentity.inc.php Mon Sep 19 08:35:00 2005
@@ -253,7 +253,7 @@
                                $filtermethod .= " $where ( 
$entity_table.location_code $this->like '%$query%' OR $entity_table.num 
$this->like '%$query%'  OR loc1_name $this->like '%$query%' OR address 
$this->like '%$query%')";
                                $where= 'OR';

-                               $this->db->query("SELECT * FROM 
fm_entity_attribute where search='1' AND cat_id = $cat_id");
+                               $this->db->query("SELECT * FROM 
fm_entity_attribute where search='1' AND entity_id= $entity_id AND cat_id = 
$cat_id");

                                while ($this->db->next_record())
                                {






reply via email to

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