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.17,1.1


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.17
retrieving revision 1.17.2.1
diff -C2 -r1.17 -r1.17.2.1
*** class.contacts_sql.inc.php  23 Nov 2001 00:59:02 -0000      1.17
--- class.contacts_sql.inc.php  22 Aug 2002 12:22:26 -0000      1.17.2.1
***************
*** 480,484 ****
                                while(list($f,$x) = 
each($this->stock_contact_fields))
                                {
!                                       $sql .= " $f LIKE '%$query%' OR ";
                                }
                                $sql = substr($sql,0,-3) . ') ' . $fand . 
$filtermethod . $ordermethod;
--- 480,484 ----
                                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]