Changeset 17588


Ignore:
Timestamp:
2008-10-24T09:31:32+13:00 (15 years ago)
Author:
kjdon
Message:

OAIPlugin wasn't calling set_Source_metadata

File:
1 edited

Legend:

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

    r17513 r17588  
    263263    my $plugin_type = $self->{'plugin_type'};
    264264   
     265    my ($filemeta) = $file =~ /([^\\\/]+)$/;
     266    $self->set_Source_metadata($doc_obj, $filemeta, $encoding);
    265267    $doc_obj->add_utf8_metadata($top_section, "Language", $language);
    266268    $doc_obj->add_utf8_metadata($top_section, "Encoding", $encoding);
Note: See TracChangeset for help on using the changeset viewer.