Fix syntax error created by a0de69b - thanks to Bert Van de Poel for testing this and identifying the error
This commit is contained in:
parent
1d26d435c2
commit
386d6ab83b
@ -608,6 +608,7 @@ class ldap_pla extends ldap {
|
|||||||
foreach ($attrs[$attr] as $val)
|
foreach ($attrs[$attr] as $val)
|
||||||
if ($val)
|
if ($val)
|
||||||
$query['filter'] .= sprintf('(%s=%s)',$attr,$val);
|
$query['filter'] .= sprintf('(%s=%s)',$attr,$val);
|
||||||
|
}
|
||||||
$query['filter'] .= ')';
|
$query['filter'] .= ')';
|
||||||
|
|
||||||
$query['attrs'] = $checkattrs;
|
$query['attrs'] = $checkattrs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user