Ignore:
Timestamp:
2004-09-15T16:18:06+12:00 (20 years ago)
Author:
chi
Message:

Add the "FileFormat" metadata to each of the Plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/MARCPlug.pm

    r7553 r8121  
    231231    my $cursection = $doc_obj->get_top_section();
    232232
     233    # Add fileFormat as the metadata
     234    $doc_obj->add_metadata($cursection, "FileFormat", "MARC");
     235   
    233236    my $marc_entries = $self->{'marc_entries'};
    234237    my $marc = shift(@$marc_entries);
Note: See TracChangeset for help on using the changeset viewer.