From e52d8ad26bd25f339080ecf78b74aaa56e230fda Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 14 Jan 2011 14:51:31 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.users.tree.php | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5