Ignore:
Timestamp:
2007-06-05T14:03:48+12:00 (17 years ago)
Author:
xiao
Message:

add a metadata NoText which can be used to suppress the dummy text 'This document has no text.'

File:
1 edited

Legend:

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

    r13879 r14117  
    200200    $doc_obj->add_metadata ($section, "ImageHeight", $image_height);
    201201    $doc_obj->add_metadata ($section, "ImageSize",   $image_size);
     202    $doc_obj->add_metadata ($section, "NoText",    "1");
    202203
    203204    $doc_obj->add_metadata ($section, "srclink",
Note: See TracChangeset for help on using the changeset viewer.