Changeset 1482


Ignore:
Timestamp:
2000-08-31T15:47:06+12:00 (24 years ago)
Author:
davidb
Message:

Small modification so Index files can be in subdirectories of an import
directory.

File:
1 edited

Legend:

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

    r1424 r1482  
    101101    }
    102102
     103    my $index_base_dir = &util::filename_cat($base_dir, $file);
     104
    103105    # process each document
    104106    my $count = 0;
     
    128130        }
    129131        }
    130         $count += &plugin::read ($pluginfo, $base_dir, $docfile, $metadata, $processor, $maxdocs);
     132        $count += &plugin::read ($pluginfo, $index_base_dir, $docfile, $metadata, $processor, $maxdocs);
    131133    }
    132134    }
Note: See TracChangeset for help on using the changeset viewer.