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.5


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.soentity.inc.php,1.5
Date: Thu, 24 Feb 2005 15:26:35 -0000

Update of property/inc

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

Log Message:
no message

====================================================
Index: property/inc/class.soentity.inc.php
diff -u property/inc/class.soentity.inc.php:1.4 
property/inc/class.soentity.inc.php:1.5
--- property/inc/class.soentity.inc.php:1.4     Tue Feb  1 11:35:09 2005
+++ property/inc/class.soentity.inc.php Fri Feb  4 15:14:59 2005
@@ -262,7 +262,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'");
+                               $this->db->query("SELECT * FROM 
fm_entity_attribute where search='1' AND cat_id = $cat_id");

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






reply via email to

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