mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
GNU Patch #488
This commit is contained in:
parent
9697eb01a4
commit
e25be5b24a
@ -510,7 +510,7 @@
|
|||||||
reset($this->stock_contact_fields);
|
reset($this->stock_contact_fields);
|
||||||
while(list($f,$x) = each($this->stock_contact_fields))
|
while(list($f,$x) = each($this->stock_contact_fields))
|
||||||
{
|
{
|
||||||
$sql .= " $f LIKE '%$query%' OR ";
|
$sql .= " UPPER($f) LIKE UPPER('%$query%') OR ";
|
||||||
}
|
}
|
||||||
$sql = substr($sql,0,-3) . ') ' . $fand . $filtermethod . $ordermethod;
|
$sql = substr($sql,0,-3) . ') ' . $fand . $filtermethod . $ordermethod;
|
||||||
unset($f); unset($x);
|
unset($f); unset($x);
|
||||||
|
Loading…
Reference in New Issue
Block a user