Ignore:
Timestamp:
2003-12-03T12:02:55+13:00 (20 years ago)
Author:
jmt12
Message:

Changed the description for the -metadata flag to foreshadow the coming enhancement. This commit also happens to include the prototype -ignore_arguments flag to AZList, that will never actually be used because of the aforementioned metadata enhancement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZList.pm

    r5646 r6111  
    3838my $arguments =
    3939    [ { 'name' => "metadata",
    40     'desc' => "{AZList.metadata}",
     40    'desc' => "{List.metadata}",
    4141    'type' => "metadata",
    4242    'reqd' => "yes" } ,
     
    135135
    136136    my $doc_OID = $doc_obj->get_OID();
    137     my $metavalue = $doc_obj->get_metadata_element ($doc_obj->get_top_section(),
    138                             $self->{'metaname'});
     137    my $metavalue = $doc_obj->get_metadata_element ($doc_obj->get_top_section(), $self->{'metaname'}, $self->{'ignore_namespace'});
    139138
    140139    # if this document doesn't contain the metadata element we're
Note: See TracChangeset for help on using the changeset viewer.