Ignore:
Timestamp:
2009-10-05T15:53:42+13:00 (15 years ago)
Author:
kjdon
Message:

plugins now need to add any auxiliary source files as source assoc files, so we know when to reimport for incremental import. Have started this, but not finished and not tested :-)

File:
1 edited

Legend:

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

    r20774 r20778  
    757757    return "_httpextlink_&rl=" . $rl . "&href=" . $href . $hash_part;
    758758    }
     759    # add the original image file as a source file
     760    $doc_obj->associate_source_file($filename);
    759761    if ($self->{'rename_assoc_files'}) {
    760762    if (defined $self->{'aux_files'}->{$href}) {
Note: See TracChangeset for help on using the changeset viewer.