Ignore:
Timestamp:
2010-01-21T14:32:41+13:00 (14 years ago)
Author:
mdewsnip
Message:

Deleted commented out call to GDBMUtils::gdbmDatabaseSet(). Part of removing GDBMUtils.pm and making the code less GDBM-specific.

File:
1 edited

Legend:

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

    r21555 r21556  
    753753    ##print STDERR "*** To set in db: \n\t$doc_db\n\t$oid\n\t$doc_db_text\n";
    754754
    755     ### &GDBMUtils::gdbmDatabaseSet($doc_db,$oid,$doc_db_text);
    756 
    757     # switch to using GDBMUtils
    758 
    759755    $oid_files->{'doc-file'} = [ $oid_files->{'doc-file'} ];
    760756    $oid_files->{'index-status'} = [ $oid_files->{'index-status'} ];
Note: See TracChangeset for help on using the changeset viewer.