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

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

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

revision 1.18 by eldy, Thu Aug 25 19:58:01 2005 UTC revision 1.19 by eldy, Sat Oct 22 13:45:24 2005 UTC
# Line 55  class modCommercial extends DolibarrModu Line 55  class modCommercial extends DolibarrModu
55          $this->name = "Commercial";          $this->name = "Commercial";
56          $this->description = "Gestion commercial";          $this->description = "Gestion commercial";
57                    
58          $this->revision = explode(" ","$Revision$");          $this->revision = explode(' ','$Revision$');
59          $this->version = $this->revision[1];          $this->version = $this->revision[1];
60                    
61          $this->const_name = "MAIN_MODULE_COMMERCIAL";          $this->const_name = 'MAIN_MODULE_COMMERCIAL';
         $this->const_config = MAIN_MODULE_COMMERCIAL;  
62          $this->special = 0;          $this->special = 0;
63          $this->picto='commercial';          $this->picto='commercial';
64                    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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