/[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.32 by rodolphe, Fri Sep 2 11:26:50 2005 UTC revision 1.33 by rodolphe, Fri Sep 2 12:25:16 2005 UTC
# Line 232  class modTelephonie extends DolibarrModu Line 232  class modTelephonie extends DolibarrModu
232      $this->rights[$r][5] = 'permission';      $this->rights[$r][5] = 'permission';
233      $r++;      $r++;
234    
235        $this->rights[$r][0] = 281;
236        $this->rights[$r][1] = 'Consulter les services';
237        $this->rights[$r][2] = 'w';
238        $this->rights[$r][3] = 0;
239        $this->rights[$r][4] = 'service';
240        $this->rights[$r][5] = 'lire';
241        $r++;
242    
243      // Dir      // Dir
244      $this->dirs[0] = $conf->telephonie->dir_output;      $this->dirs[0] = $conf->telephonie->dir_output;
245      $this->dirs[1] = $conf->telephonie->dir_output."/ligne";      $this->dirs[1] = $conf->telephonie->dir_output."/ligne";

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

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