forked from extern/egroupware
Add an @ to be quiet...
This commit is contained in:
parent
2759650add
commit
e71dc5f440
@ -413,7 +413,7 @@
|
|||||||
// $ldap_fields = $tmp;
|
// $ldap_fields = $tmp;
|
||||||
// } else {
|
// } else {
|
||||||
$ldap_fields = $this->asortbyindex($ldap_fields,'uidnumber');
|
$ldap_fields = $this->asortbyindex($ldap_fields,'uidnumber');
|
||||||
reset($ldap_fields);
|
@reset($ldap_fields);
|
||||||
if (count($ldap_fields) > 0)
|
if (count($ldap_fields) > 0)
|
||||||
{
|
{
|
||||||
for ($a = 0; $a < count($ldap_fields); $a++)
|
for ($a = 0; $a < count($ldap_fields); $a++)
|
||||||
|
Loading…
Reference in New Issue
Block a user