From f33f12e08557c39ab4052803a4e8fb21414fb201 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 23 Aug 2005 11:41:30 +0000 Subject: [PATCH] Nouveau fichier --- htdocs/includes/modules/modUser.class.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/htdocs/includes/modules/modUser.class.php b/htdocs/includes/modules/modUser.class.php index 43cbbe94711..7c5c97afe3c 100644 --- a/htdocs/includes/modules/modUser.class.php +++ b/htdocs/includes/modules/modUser.class.php @@ -52,7 +52,7 @@ class modUser extends DolibarrModules $this->family = "base"; $this->name = "User"; - $this->description = "Gestion des utilisateurs"; + $this->description = "Gestion des utilisateurs (requis)"; $this->revision = explode(" ","$Revision$"); $this->version = $this->revision[1]; @@ -99,14 +99,6 @@ class modUser extends DolibarrModules $this->rights[$r][5] = 'lire'; $r++; - $this->rights[$r][0] = 252; - $this->rights[$r][1] = 'Gérer les utilisateurs'; - $this->rights[$r][2] = 'w'; - $this->rights[$r][3] = 0; - $this->rights[$r][4] = 'user'; - $this->rights[$r][5] = 'gerer'; - $r++; - return $this->_init($sql); }