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/lucenebuilder.pm

    r15718 r15725  
    364364    # Get info database file path
    365365    my $text_directory_path = &util::filename_cat($self->{'build_dir'}, "text");
    366     my $infodb_file_path = &dbutil::get_infodb_file_path($self->{'collection'}, $text_directory_path);
     366    my $infodb_file_path = &dbutil::get_infodb_file_path($self->{'infodbtype'}, $self->{'collection'}, $text_directory_path);
    367367
    368368    # If we aren't doing an incremental addition, then we just call the super-
Note: See TracChangeset for help on using the changeset viewer.