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

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

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

revision 1.5 by eldy, Sun Sep 11 22:36:00 2005 UTC revision 1.6 by eldy, Sat Oct 22 13:45:24 2005 UTC
# Line 53  class modBookmark extends DolibarrModule Line 53  class modBookmark extends DolibarrModule
53      $this->family = "technic";      $this->family = "technic";
54      $this->name = "Bookmarks";      $this->name = "Bookmarks";
55      $this->description = "Gestion des Bookmarks";      $this->description = "Gestion des Bookmarks";
56      $this->revision = explode(" ","$Revision$");      $this->revision = explode(' ','$Revision$');
57      $this->version = $this->revision[1];      $this->version = $this->revision[1];
58    
59      $this->const_name = "MAIN_MODULE_BOOKMARK";      $this->const_name = 'MAIN_MODULE_BOOKMARK';
     $this->const_config = MAIN_MODULE_BOOKMARK;  
60      $this->special = 1;      $this->special = 1;
61      $this->picto='bookmark';      $this->picto='bookmark';
62    

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