typo
This commit is contained in:
parent
9660af8f48
commit
ad6837c056
|
@ -329,7 +329,7 @@ if (isset($_POST['delete'])) {
|
||||||
* Returns the number of child entries of a DN.
|
* Returns the number of child entries of a DN.
|
||||||
*
|
*
|
||||||
* @param string $dn DN of parent
|
* @param string $dn DN of parent
|
||||||
* @return interger number of childs
|
* @return integer number of childs
|
||||||
*/
|
*/
|
||||||
function getChildCount($dn) {
|
function getChildCount($dn) {
|
||||||
$entries = searchLDAP(escapeDN($dn), 'objectClass=*', array('dn'));
|
$entries = searchLDAP(escapeDN($dn), 'objectClass=*', array('dn'));
|
||||||
|
|
Loading…
Reference in New Issue