Ignore:
Timestamp:
2002-06-26T00:56:20+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/protemix/perllib/plugins/ProtemixPlug.pm

    r3190 r3194  
    125125        $doc_obj->associate_file($pdffile, "page$count.pdf", undef, $cursection);
    126126        $doc_obj->add_utf8_metadata ($cursection, "pdf",  "page$count.pdf");
    127         $doc_obj->add_utf8_metadata ($cursection, "Title", $count);
    128127        } else {
    129128        print STDERR "ProtemixPlug: Warning: no pdf file for $thisfile\n";
    130129        }
     130        $doc_obj->add_utf8_metadata ($cursection, "Title", $count);
    131131
    132132        # add any section level metadata we have for this page (set from within the meta.xml file)
Note: See TracChangeset for help on using the changeset viewer.