mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
cancel quotes in search string
This commit is contained in:
parent
e73a5b57fc
commit
08d18591cd
@ -121,6 +121,9 @@
|
||||
|
||||
if($query)
|
||||
{
|
||||
$query = ereg_replace("'",'',$query);
|
||||
$query = ereg_replace('"','',$query);
|
||||
|
||||
if ($whereclause)
|
||||
{
|
||||
$whereclause .= ' AND ( ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user