Changeset 15724


Ignore:
Timestamp:
2008-05-27T14:38:25+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Changed new "dbtype" option to "infodbtype", because it is more descriptive.

File:
1 edited

Legend:

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

    r15723 r15724  
    3535# the collection configuration file data is stored in the form
    3636#
    37 # {'dbtype'}->string
     37# {'infodbtype'}->string
    3838# {'creator'}->string
    3939# {'public'}->string
     
    7777
    7878    return &cfgread::read_cfg_file ($filename,
    79                     q/^(dbtype|creator|public|defaultindex|importdir|/ .
     79                    q/^(infodbtype|creator|public|defaultindex|importdir|/ .
    8080                    q/archivedir|cachedir|builddir|removeold|/ .
    8181                    q/textcompress|buildtype|no_text|keepold|gzip|/ .
     
    110110   
    111111    &cfgread::write_cfg_file($filename, $data,
    112                  q/^(dbtype|creator|public|defaultindex|importdir|/ .
     112                 q/^(infodbtype|creator|public|defaultindex|importdir|/ .
    113113                 q/archivedir|cachedir|builddir|removeold|/ .
    114114                 q/textcompress|buildtype|no_text|keepold|gzip|/ .
Note: See TracChangeset for help on using the changeset viewer.