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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soentity.inc.php
Date: Tue, 08 May 2007 09:11:45 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/05/08 09:11:45

Modified files:
        inc            : class.soentity.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soentity.inc.php?cvsroot=phpgroupware&r1=1.33&r2=1.34

Patches:
Index: class.soentity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soentity.inc.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- class.soentity.inc.php      26 Jan 2007 14:53:46 -0000      1.33
+++ class.soentity.inc.php      8 May 2007 09:11:45 -0000       1.34
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage entity
-       * @version $Id: class.soentity.inc.php,v 1.33 2007/01/26 14:53:46 
sigurdne Exp $
+       * @version $Id: class.soentity.inc.php,v 1.34 2007/05/08 09:11:45 
sigurdne Exp $
        */
 
        /**
@@ -305,7 +305,7 @@
                                {
                                        $query = ereg_replace("'",'',$query);
                                        $query = ereg_replace('"','',$query);
-                                       $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%')";
+                                       $filtermethod .= " $where ( 
$entity_table.location_code $this->like '%$query%' OR $entity_table.num 
$this->like '%$query%' OR address $this->like '%$query%')";
                                        $where= 'OR';
 
                                        $this->db->query("SELECT * FROM 
fm_entity_attribute where search='1' AND entity_id= $entity_id AND cat_id = 
$cat_id");




reply via email to

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