2
0
forked from Wavyzz/dolibarr

Nouveau fichier

This commit is contained in:
Rodolphe Quiedeville
2005-08-23 11:41:30 +00:00
parent a7c99b55cd
commit f33f12e085

View File

@@ -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);
}