Ignore:
Timestamp:
2010-05-05T14:53:53+12:00 (14 years ago)
Author:
davidb
Message:

Manifest file processing upgraded to support OIDs. The code then uses the archiveinf-doc database to look up which files it uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/export.pl

    r21664 r22037  
    488488    print STDERR "<export>\n" if $gli;
    489489   
    490     my $manifest_lookup = new manifest();
     490    my $manifest_lookup = new manifest($collectcfg->{'infodbtype'},$archivedir);
    491491    if ($manifest ne "") { 
    492492    my $manifest_filename = $manifest;
Note: See TracChangeset for help on using the changeset viewer.