Changeset 9420 for trunk/gsdl


Ignore:
Timestamp:
2005-03-15T13:27:33+13:00 (19 years ago)
Author:
mdewsnip
Message:

Now adds a complete path for gsdlsourcefilename instead of just the filename. This is necessary for the GLI to read extracted metadata correctly.

File:
1 edited

Legend:

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

    r9144 r9420  
    583583    my ($filename, $dir, $file, $processor) = @_;
    584584
    585     my $doc_obj = new doc ($file, "indexed_doc");
     585    my $doc_obj = new doc ($filename, "indexed_doc");
    586586    my $topsection = $doc_obj->get_top_section();
    587587
Note: See TracChangeset for help on using the changeset viewer.