This commit is contained in:
Roland Gruber 2017-06-27 20:19:28 +02:00
parent 9660af8f48
commit ad6837c056
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ if (isset($_POST['delete'])) {
* Returns the number of child entries of a DN.
*
* @param string $dn DN of parent
* @return interger number of childs
* @return integer number of childs
*/
function getChildCount($dn) {
$entries = searchLDAP(escapeDN($dn), 'objectClass=*', array('dn'));