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

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

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

revision 1.4 by eldy, Sat May 14 14:22:08 2005 UTC revision 1.5 by rodolphe, Sun Jul 24 14:21:01 2005 UTC
# Line 53  class modDeplacement extends DolibarrMod Line 53  class modDeplacement extends DolibarrMod
53      $this->family = "crm";      $this->family = "crm";
54      $this->name = "Déplacement";                        // Si traduction Module75Name non trouvée      $this->name = "Déplacement";                        // Si traduction Module75Name non trouvée
55      $this->description = "Gestion des déplacements";    // Si traduction Module75Desc non trouvée      $this->description = "Gestion des déplacements";    // Si traduction Module75Desc non trouvée
56      $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version  
57        $this->revision = explode(" ","$Revision$");
58        $this->version = $this->revision[1];
59    
60      $this->const_name = "MAIN_MODULE_DEPLACEMENT";      $this->const_name = "MAIN_MODULE_DEPLACEMENT";
61      $this->const_config = MAIN_MODULE_DEPLACEMENT;      $this->const_config = MAIN_MODULE_DEPLACEMENT;
62      $this->special = 0;      $this->special = 0;

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

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