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/queryfilter.cpp

    r15558 r15587  
    409409    indexstem = collection;
    410410  }
    411   db_filename = filename_cat(gdbmhome, "collect", collection, "index", "text", indexstem);
     411  db_filename = filename_cat(dbhome, "collect", collection, "index", "text", indexstem);
    412412
    413413  if (littleEndian()) db_filename += ".ldb";
Note: See TracChangeset for help on using the changeset viewer.