mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
Merge branch 'ldap_group_issue' into 'master'
ldap group import: unset group after import See merge request !35
This commit is contained in:
commit
8dc7ab26c4
@ -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