- bug syntax LSrelation.js

- bug [#1660] Suppress of DNs containing other DNs : ajout de la recursivité dans la suppression d'un DN
This commit is contained in:
Benjamin Renard 2008-05-05 12:28:16 +00:00
parent 773350cbae
commit 7383def59b
2 changed files with 2 additions and 3 deletions

View file

@ -299,7 +299,7 @@ class LSldap {
* @retval boolean True si l'objet à été supprimé, false sinon
*/
function remove($dn) {
return $this -> cnx -> delete($dn);
return $this -> cnx -> delete($dn,array('recursive' => true));
}
}

View file

@ -140,8 +140,7 @@ var LSrelation = new Class({
this.initializeBtn();
}
}
},
}
});