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

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

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

revision 1.24 by eldy, Sun Sep 4 18:58:26 2005 UTC revision 1.25 by eldy, Sat Oct 22 13:45:24 2005 UTC
# Line 57  class modAdherent extends DolibarrModule Line 57  class modAdherent extends DolibarrModule
57          $this->name = "Adhérents";          $this->name = "Adhérents";
58          $this->description = "Gestion des adhérents d'une association";          $this->description = "Gestion des adhérents d'une association";
59          $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version          $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version
60          $this->const_name = "MAIN_MODULE_ADHERENT";          $this->const_name = 'MAIN_MODULE_ADHERENT';
         $this->const_config = MAIN_MODULE_ADHERENT;  
61          $this->special = 1;          $this->special = 1;
62          $this->picto='user';          $this->picto='user';
63            

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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