mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
cancel quotes in search string
This commit is contained in:
parent
e73a5b57fc
commit
08d18591cd
@ -119,8 +119,11 @@
|
||||
$whereclause = '';
|
||||
}
|
||||
|
||||
if ($query)
|
||||
if($query)
|
||||
{
|
||||
$query = ereg_replace("'",'',$query);
|
||||
$query = ereg_replace('"','',$query);
|
||||
|
||||
if ($whereclause)
|
||||
{
|
||||
$whereclause .= ' AND ( ';
|
||||
|
Loading…
Reference in New Issue
Block a user