Ignore:
Timestamp:
2008-05-27T15:02:16+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Added $infodb_type as first argument to all the dbutil functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/mgppbuilder.pm

    r15715 r15725  
    708708    $self->get_collection_meta_sets(\%collection_infodb);
    709709    $self->get_collection_meta_indexes(\%collection_infodb);
    710     &dbutil::write_infodb_entry($infodb_handle, "collection", \%collection_infodb);
     710    &dbutil::write_infodb_entry($self->{'infodbtype'}, $infodb_handle, "collection", \%collection_infodb);
    711711}
    712712
Note: See TracChangeset for help on using the changeset viewer.