Ignore:
Timestamp:
2009-03-11T13:13:55+13:00 (15 years ago)
Author:
kjdon
Message:

we now use .gdb as gdbm db file extension instead of ldb/bdb

File:
1 edited

Legend:

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

    r18528 r18659  
    2525
    2626# plugin which reads through an archives.inf (or GDBM equivalent,
    27 # archiveinf-doc.{ldb,bdb} file (i.e. the file generated in the
     27# archiveinf-doc.gdb file (i.e. the file generated in the
    2828# archives directory when an import is done), processing each file it
    2929# finds
     
    204204    # see if this has a archives information file within it
    205205##    my $archive_info_filename = &util::filename_cat($base_dir,$file,"archives.inf");
    206     my $db_ext = &util::is_little_endian() ? ".ldb" : ".bdb";
    207     my $doc_db = "archiveinf-doc$db_ext";
     206
     207    my $doc_db = "archiveinf-doc.gdb";
    208208    my $archive_info_filename = &util::filename_cat($base_dir,$file,$doc_db);
    209209
Note: See TracChangeset for help on using the changeset viewer.