Ignore:
Timestamp:
2010-10-19T14:54:50+13:00 (14 years ago)
Author:
kjdon
Message:

if infodbtype is gdbm-txtgz, we need to use gdbm for all archives dbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm

    r22896 r23171  
    129129        # Get the infodbtype value for this collection from the arcinfo object
    130130        my $infodbtype = $processor->getoutputinfo()->{'infodbtype'};
     131    $infodbtype = "gdbm" if $infodbtype eq "gdbm-txtgz"; # in archives, cannot use txtgz version
    131132    my $output_dir = $processor->getoutputdir();
    132133##  my $archives_inf = &util::filename_cat($output_dir,"archives.inf");
Note: See TracChangeset for help on using the changeset viewer.