Changeset 7304


Ignore:
Timestamp:
2004-05-11T14:28:58+12:00 (20 years ago)
Author:
kjdon
Message:

now adds Source metadata

File:
1 edited

Legend:

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

    r6943 r7304  
    192192    $doc_obj->set_OIDtype ($processor->{'OIDtype'});   
    193193    $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "$self->{'plugin_type'}", "1");
     194    $doc_obj->add_metadata($doc_obj->get_top_section(), "Source", &ghtml::dmsafe($file)); # set the filename as Source metadata to be consistent with other plugins
    194195
    195196    # associate the file with the document
Note: See TracChangeset for help on using the changeset viewer.