From: vincent@cubedesigners.com Date: Fri, 14 Jan 2011 14:51:31 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e52d8ad26bd25f339080ecf78b74aaa56e230fda;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.users.tree.php b/inc/ws/Controlleur/class.ws.users.tree.php index 336f73e34..603c70d00 100644 --- a/inc/ws/Controlleur/class.ws.users.tree.php +++ b/inc/ws/Controlleur/class.ws.users.tree.php @@ -43,6 +43,8 @@ class wsUsersTree { $this->facturables = $this->getFacturables(); + + // Fabrication de l'arbre $c = $this->con->openCursor('ws_users_tree'); foreach($this->users as $utilisateur_id => $admin) { @@ -53,6 +55,8 @@ class wsUsersTree { $c->administrateur_id = $administrateur_id; $c->insert(); } + + // Fabrication de la liste des droits } protected function getFacturableOf($utilisateur_id, &$facturable_id, &$administrateur_id, $level)