Ignore:
Timestamp:
2010-01-21T15:59:35+13:00 (14 years ago)
Author:
mdewsnip
Message:

Changed lots of occurrences of "GDBM" in comments, variable names and function names, where the code isn't GDBM-specific. Part of making the code less GDBM-specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm

    r21563 r21564  
    409409    ##############################
    410410    $self->saveas($doc_obj,$doc_dir);
    411     $self->archiveinf_gdbm($doc_obj,$doc_dir);
     411    $self->archiveinf_db($doc_obj,$doc_dir);
    412412
    413413}
     
    699699}
    700700
    701 sub archiveinf_gdbm
     701sub archiveinf_db
    702702{
    703703    my $self = shift (@_);
     
    740740    $self->archiveinf_files_to_field($doc_obj->get_meta_files(),"meta-file",
    741741                     $collect_dir,$oid_files);
    742 
    743 
    744     # better not to commit to a particular db implementation, but
    745     # for simplicity, will use GDBM for now.
    746742
    747743    my $output_dir = $self->{'output_dir'};
Note: See TracChangeset for help on using the changeset viewer.