Show
Ignore:
Timestamp:
07/08/05 18:52:50 (19 years ago)
Author:
jerome
Message:

Moved the GPL blurb into a single location.
Now uses named parameters in commands' help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/dumpykota.cgi

    r2309 r2344  
    107107        print "<br />" 
    108108        print self.htmlSumCheckbox(self.options.get("sum", "")) 
    109         print footer % (_("Dump"), version.__doc__, version.__copyright__, version.__author__) 
     109        print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__) 
    110110         
    111111    def htmlListDataTypes(self, selected="") :