/[dolibarr]/dolibarr/htdocs/includes/modules/modUser.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/modUser.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rodolphe, Tue Aug 23 11:13:03 2005 UTC revision 1.2 by rodolphe, Tue Aug 23 11:41:30 2005 UTC
# Line 52  class modUser extends DolibarrModules Line 52  class modUser extends DolibarrModules
52    
53      $this->family = "base";      $this->family = "base";
54      $this->name = "User";      $this->name = "User";
55      $this->description = "Gestion des utilisateurs";      $this->description = "Gestion des utilisateurs (requis)";
56    
57      $this->revision = explode(" ","$Revision$");      $this->revision = explode(" ","$Revision$");
58      $this->version = $this->revision[1];      $this->version = $this->revision[1];
# Line 99  class modUser extends DolibarrModules Line 99  class modUser extends DolibarrModules
99      $this->rights[$r][5] = 'lire';      $this->rights[$r][5] = 'lire';
100      $r++;      $r++;
101    
     $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++;  
     
102      return $this->_init($sql);      return $this->_init($sql);
103    }    }
104    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26