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

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

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

revision 1.5 by eldy, Sun Jul 10 20:01:45 2005 UTC revision 1.6 by eldy, Sat Oct 22 13:45:24 2005 UTC
# Line 51  class modCategorie extends DolibarrModul Line 51  class modCategorie extends DolibarrModul
51      $this->name = "Catégorie";      $this->name = "Catégorie";
52      $this->description = "Gestion des catégories";      $this->description = "Gestion des catégories";
53      $this->version = 'experimental';    // 'experimental' or 'dolibarr' or version      $this->version = 'experimental';    // 'experimental' or 'dolibarr' or version
54      $this->const_name = "MAIN_MODULE_CATEGORIE";      $this->const_name = 'MAIN_MODULE_CATEGORIE';
     $this->const_config = MAIN_MODULE_CATEGORIE;  
55      $this->special = 0;      $this->special = 0;
56      $this->picto = '';      $this->picto = '';
57    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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