Ignore:
Timestamp:
2008-05-20T11:24:59+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Changed a lot of "gdbmhome" to "dbhome".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/filter.cpp

    r9620 r15587  
    4646    else if (key == "collectdir") collectdir = value;
    4747    else if (key == "gsdlhome") gsdlhome = value;
    48     else if (key == "gdbmhome") gdbmhome = value;
     48    else if (key == "gdbmhome") dbhome = value;
    4949    else if ((key == "filteroptdefault") && (cfgline.size() == 2)) {
    5050      // see if this filter has an option with this name
     
    7070  }
    7171
    72   if (gdbmhome.empty()) gdbmhome = gsdlhome;
     72  if (dbhome.empty()) dbhome = gsdlhome;
    7373 
    7474  // get the collection directory name
Note: See TracChangeset for help on using the changeset viewer.