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

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

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

revision 1.23 by eldy, Sat May 14 14:22:08 2005 UTC revision 1.24 by rodolphe, Sun Jul 24 14:21:44 2005 UTC
# Line 56  class modFicheinter  extends DolibarrMod Line 56  class modFicheinter  extends DolibarrMod
56      $this->family = "crm";      $this->family = "crm";
57      $this->name = "Fiche d'intervention";      $this->name = "Fiche d'intervention";
58      $this->description = "Gestion des fiches d'intervention";      $this->description = "Gestion des fiches d'intervention";
59      $this->version = 'dolibarr';    // 'experimental' or 'dolibarr' or version  
60        $this->revision = explode(" ","$Revision$");
61        $this->version = $this->revision[1];
62    
63      $this->const_name = "MAIN_MODULE_FICHEINTER";      $this->const_name = "MAIN_MODULE_FICHEINTER";
64      $this->const_config = MAIN_MODULE_FICHEINTER;      $this->const_config = MAIN_MODULE_FICHEINTER;
65      $this->special = 0;      $this->special = 0;

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

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