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

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

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

revision 1.5 by rodolphe, Thu Aug 11 08:49:40 2005 UTC revision 1.6 by eldy, Sat Oct 22 13:45:24 2005 UTC
# Line 54  class modEnergie extends DolibarrModules Line 54  class modEnergie extends DolibarrModules
54      $this->name = "Energie";      $this->name = "Energie";
55      $this->description = "Suivi de la consommation des energies";      $this->description = "Suivi de la consommation des energies";
56    
57      $this->revision = explode(" ","$Revision$");      $this->revision = explode(' ','$Revision$');
58      $this->version = $this->revision[1];      $this->version = $this->revision[1];
59    
60      $this->const_name = "MAIN_MODULE_ENERGIE";      $this->const_name = 'MAIN_MODULE_ENERGIE';
     $this->const_config = MAIN_MODULE_ENERGIE;  
61      $this->special = 1;      $this->special = 1;
62      $this->picto='energie';      $this->picto='energie';
63    

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