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

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

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

revision 1.22 by eldy, Sat May 14 14:22:08 2005 UTC revision 1.23 by rodolphe, Sat Jul 30 20:49:44 2005 UTC
# Line 55  class modService extends DolibarrModules Line 55  class modService extends DolibarrModules
55      $this->family = "products";      $this->family = "products";
56      $this->name = "Service";      $this->name = "Service";
57      $this->description = "Gestion des services";      $this->description = "Gestion des services";
58      $this->version = 'dolibarr';    // 'experimental' or 'dolibarr' or version  
59        $this->revision = explode(" ","$Revision$");
60        $this->version = $this->revision[1];
61    
62      $this->const_name = "MAIN_MODULE_SERVICE";      $this->const_name = "MAIN_MODULE_SERVICE";
63      $this->const_config = MAIN_MODULE_SERVICE;      $this->const_config = MAIN_MODULE_SERVICE;
64      $this->picto='service';      $this->picto='service';

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

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