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

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

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

revision 1.31 by rodolphe, Tue Aug 30 13:25:12 2005 UTC revision 1.32 by rodolphe, Fri Sep 2 11:26:50 2005 UTC
# Line 159  class modTelephonie extends DolibarrModu Line 159  class modTelephonie extends DolibarrModu
159    
160      $r++;      $r++;
161    
162    
163        $this->rights[$r][0] = 271;
164        $this->rights[$r][1] = 'Consulter le CA';
165        $this->rights[$r][2] = 'w';
166        $this->rights[$r][3] = 0;
167        $this->rights[$r][4] = 'ca';
168        $this->rights[$r][5] = 'lire';
169        $r++;
170    
171      $this->rights[$r][0] = 206;      $this->rights[$r][0] = 206;
172      $this->rights[$r][1] = 'Consulter les liaisons';      $this->rights[$r][1] = 'Consulter les liaisons';
173      $this->rights[$r][2] = 'w';      $this->rights[$r][2] = 'w';

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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