Ignore:
Timestamp:
2010-01-21T16:20:42+13:00 (14 years ago)
Author:
mdewsnip
Message:

Changed all places explicitly using "archiveinf-doc.gdb" or "archiveinf-src.gdb" to use the dbutil::get_infodb_file_path() function... you know, the one that should have been used originally? In preparation for making it possible to use something other than GDBM, and part of making the code less GDBM-specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/doc.pm

    r20775 r21566  
    10301030}
    10311031
    1032 # used for writing out archiveinf-doc.gdb, to list all the metadata files
     1032# used for writing out the archiveinf-doc info database, to list all the metadata files
    10331033sub get_meta_files {
    10341034    my $self = shift (@_);
Note: See TracChangeset for help on using the changeset viewer.