Changeset 8513


Ignore:
Timestamp:
2004-11-11T14:07:40+13:00 (19 years ago)
Author:
chi
Message:

Add a method metadata_read in order to go straight to BasPlug and avoid the special case implemented by HTMLPlug

File:
1 edited

Legend:

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

    r8171 r8513  
    141141}
    142142
    143 
     143# Go straight to BasPlug and avoid the special case implemented by HTMLPlug
     144sub metadata_read {
     145    return BasPlug::metadata_read(@_);
     146}
    144147
    145148# Run conversion utility on the input file. 
Note: See TracChangeset for help on using the changeset viewer.