forked from extern/egroupware
GNU Patch #488
This commit is contained in:
parent
9697eb01a4
commit
e25be5b24a
@ -510,7 +510,7 @@
|
||||
reset($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;
|
||||
unset($f); unset($x);
|
||||
|
Loading…
Reference in New Issue
Block a user