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

(Adding new DB support) Replacing almost all "gdbmhome" with "dbhome".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/usersaction.cpp

    r14269 r15589  
    152152bool usersaction::init (ostream &logout) {
    153153
    154   if (gdbmhome.empty()) {
    155     logout << "ERROR (usersaction::init) gdbmhome is not set\n";
     154  if (dbhome.empty()) {
     155    logout << "ERROR (usersaction::init) dbhome is not set\n";
    156156    return false;
    157157  }
Note: See TracChangeset for help on using the changeset viewer.