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

(Adding new DB support) Now writes the infodbtype field to the build.cfg file so the collection server knows what type of dbclass to use with the collection.

File:
1 edited

Legend:

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

    r15727 r15728  
    467467    $build_cfg->{'maxnumeric'} = $self->{'maxnumeric'};
    468468
     469    $build_cfg->{'infodbtype'} = $self->{'infodbtype'};
     470
    469471    $self->build_cfg_extra($build_cfg);
    470472
Note: See TracChangeset for help on using the changeset viewer.