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/ArchivesInfPlugin.pm

    r21614 r23171  
    227227    # Get the infodbtype value for this collection from the buildproc object
    228228    my $infodbtype = $processor->{'infodbtype'};
    229 
     229    $infodbtype = "gdbm" if $infodbtype eq "gdbm-txtgz";
     230   
    230231    # see if this has a archives information file within it
    231232##    my $archive_info_filename = &util::filename_cat($base_dir,$file,"archives.inf");
Note: See TracChangeset for help on using the changeset viewer.