phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.contacts_sql.inc.php,1.21,1.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.contacts_sql.inc.php,1.21,1.22
Date: Thu, 22 Aug 2002 08:23:00 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv20024

Modified Files:
        class.contacts_sql.inc.php 
Log Message:
GNU Patch #488

Index: class.contacts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.contacts_sql.inc.php  13 May 2002 23:39:30 -0000      1.21
--- class.contacts_sql.inc.php  22 Aug 2002 12:22:58 -0000      1.22
***************
*** 511,515 ****
                                while(list($f,$x) = 
each($this->stock_contact_fields))
                                {
!                                       $sql .= " $f LIKE '%$query%' OR ";
                                }
                                $sql = substr($sql,0,-3) . ') ' . $fand . 
$filtermethod . $ordermethod;
--- 511,515 ----
                                while(list($f,$x) = 
each($this->stock_contact_fields))
                                {
!                                       $sql .= " UPPER($f) LIKE 
UPPER('%$query%') OR ";
                                }
                                $sql = substr($sql,0,-3) . ') ' . $fand . 
$filtermethod . $ordermethod;





reply via email to

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