Changeset 12360


Ignore:
Timestamp:
2006-08-01T09:47:08+12:00 (18 years ago)
Author:
kjdon
Message:

changed sortmeta type to metadata instead of metadatum, cos the latter is not recognised

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r12359 r12360  
    8181# name: The name of the argument
    8282# desc: A description (or more likely a reference to a description) for this argument
    83 # type: The type of control used to represent the argument. Options include: string, int, flag, regexp, metadata, metadatum, language, enum etc
     83# type: The type of control used to represent the argument. Options include: string, int, flag, regexp, metadata, language, enum etc
    8484# reqd: Is this argument required?
    8585# hiddengli: Is this argument hidden in GLI?
     
    187187      { 'name' => "sortmeta",
    188188    'desc' => "{import.sortmeta}",
    189     'type' => "metadatum",
     189    'type' => "metadata",
    190190#   'type' => "string",
    191191    'reqd' => "no",
Note: See TracChangeset for help on using the changeset viewer.