mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-20 01:44:15 +00:00
ldap group import: unset group after import
This commit is contained in:
parent
1548893229
commit
af5cdfd46d
@ -170,6 +170,7 @@ class ldapDrivers
|
|||||||
$row[$arr[$j]] = count($arr[$arr[$j]])>2?$arr[$arr[$j]]:$arr[$arr[$j]][0];
|
$row[$arr[$j]] = count($arr[$arr[$j]])>2?$arr[$arr[$j]]:$arr[$arr[$j]][0];
|
||||||
}
|
}
|
||||||
$ret[]=$row;
|
$ret[]=$row;
|
||||||
|
unset($row);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user