Changeset 2023

Show
Ignore:
Timestamp:
01/10/05 15:57:29 (19 years ago)
Author:
jalet
Message:

Fixed the default datatype which is now set to 'history'

Files:
1 modified

Legend:

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

    r2021 r2023  
    2424# 
    2525# $Log$ 
     26# Revision 1.3  2005/01/10 14:57:29  jalet 
     27# Fixed the default datatype which is now set to 'history' 
     28# 
    2629# Revision 1.2  2005/01/08 19:47:00  jalet 
    2730# Fixed a bad copy&paste 
     
    9598        global header, footer 
    9699        print header % (self.getCharset(), _("PyKota Data Dumper"), version.__version__, _("PyKota Data Dumper"), _("Dump"), _("Please click on the above button")) 
    97         print self.htmlListDataTypes(self.options.get("datatype", ""))  
     100        print self.htmlListDataTypes(self.options.get("data", ""))  
    98101        print "<br />" 
    99102        print self.htmlListFormats(self.options.get("format", ""))