Ignore:
Timestamp:
2006-07-20T16:02:07+12:00 (18 years ago)
Author:
kjdon
Message:

set_OIDtype now takes two arguments, the type and the metadata (used if type=assigned)

File:
1 edited

Legend:

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

    r12169 r12270  
    382382    # create a new document
    383383    my $doc_obj = new doc ($filename, "indexed_doc");
    384     $doc_obj->set_OIDtype ($processor->{'OIDtype'});   
     384    $doc_obj->set_OIDtype ($processor->{'OIDtype'}, $processor->{'OIDmetadata'});   
    385385    $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Plugin", "$self->{'plugin_type'}");
    386386
Note: See TracChangeset for help on using the changeset viewer.