mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fixed PHP Strict Standards: Only variables should be assigned by reference
This commit is contained in:
parent
49a90413e4
commit
223c2b7b7d
@ -617,7 +617,7 @@ class addressbook_so
|
|||||||
unset($filter['tid']); // return all entries incl. deleted
|
unset($filter['tid']); // return all entries incl. deleted
|
||||||
}
|
}
|
||||||
|
|
||||||
$backend =& $this->get_backend(null,$filter['owner']);
|
$backend = $this->get_backend(null,$filter['owner']);
|
||||||
// single string to search for --> create so_sql conformant search criterial for the standard search columns
|
// single string to search for --> create so_sql conformant search criterial for the standard search columns
|
||||||
if ($criteria && !is_array($criteria))
|
if ($criteria && !is_array($criteria))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user