Changeset 13727


Ignore:
Timestamp:
2007-01-23T09:32:39+13:00 (17 years ago)
Author:
shaoqun
Message:

added the support to cover images

File:
1 edited

Legend:

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

    r13420 r13727  
    128128    $doc_obj->add_metadata ($doc_obj->get_top_section(), $assoc_field, $file);
    129129   
     130     if ($self->{'cover_image'}) {
     131    $self->associate_cover_image($doc_obj, $filename);
     132    }
     133
    130134    # include any metadata passed in from previous plugins
    131135    my $section = $doc_obj->get_top_section();
Note: See TracChangeset for help on using the changeset viewer.