Ignore:
Timestamp:
1999-04-26T11:54:33+12:00 (25 years ago)
Author:
sjboddie
Message:

Small changes to allow metadata to be passed to plugins from
mgbuilder.pm - now may pass classifytype metadata

File:
1 edited

Legend:

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

    r230 r245  
    4747    # process each file
    4848    foreach $subfile (@$file_list) {
    49         # note: metadata is not carried on to the next level
     49####        # note: metadata is not carried on to the next level - why ??? - I changed this - Stefan.
    5050        my $tmp = &util::filename_cat ($file, $subfile->[0]);
    5151        next if $tmp eq $file;
    52         &plugin::read ($pluginfo, $base_dir, $tmp, {}, $processor);
     52        &plugin::read ($pluginfo, $base_dir, $tmp, $metadata, $processor);
    5353    }
    5454   
Note: See TracChangeset for help on using the changeset viewer.