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

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

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

revision 1.19 by eldy, Tue Oct 18 20:30:51 2005 UTC revision 1.20 by eldy, Sat Oct 22 13:45:24 2005 UTC
# Line 53  class modExternalRss extends DolibarrMod Line 53  class modExternalRss extends DolibarrMod
53      $this->name = "Syndication RSS";      $this->name = "Syndication RSS";
54      $this->description = "Ajout de files d'informations RSS dans les écrans Dolibarr";      $this->description = "Ajout de files d'informations RSS dans les écrans Dolibarr";
55      $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version      $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version
56      $this->const_name = "MAIN_MODULE_EXTERNALRSS";      $this->const_name = 'MAIN_MODULE_EXTERNALRSS';
     $this->const_config = MAIN_MODULE_EXTERNALRSS;  
57      $this->special = 0;      $this->special = 0;
58      $this->picto='rss';      $this->picto='rss';
59    

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

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