Ignore:
Timestamp:
2004-05-31T15:09:46+12:00 (20 years ago)
Author:
kjdon
Message:

changed the plugin metadata - instead of having eg HTMLPlug metadata set to 1, now we have Plugin metadata set to HTMLPlug

File:
1 edited

Legend:

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

    r7362 r7508  
    240240    $self->{'doc_obj'}->set_OID();
    241241   
    242     $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "$self->{'plugin_type'}", "1");
     242    $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Plugin", "$self->{'plugin_type'}");
    243243
    244244    # process the document
Note: See TracChangeset for help on using the changeset viewer.