ldap group import: unset group after import

This commit is contained in:
Émile Morel 2016-12-08 15:08:38 +01:00
parent 1548893229
commit af5cdfd46d

View File

@ -170,6 +170,7 @@ class ldapDrivers
$row[$arr[$j]] = count($arr[$arr[$j]])>2?$arr[$arr[$j]]:$arr[$arr[$j]][0];
}
$ret[]=$row;
unset($row);
}
}
return $ret;