Changeset 15597


Ignore:
Timestamp:
2008-05-20T13:52:07+12:00 (16 years ago)
Author:
mdewsnip
Message:

Removed "gdbm" from a couple of comments.

Location:
gsdl/trunk/src/recpt
Files:
2 edited

Legend:

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

    r15529 r15597  
    11941194      // first we need to free up the collection's collection server
    11951195      // we must do this for the local library (and I guess when using
    1196       // fastcgi too) as you can't delete the gdbm file while it's
     1196      // fastcgi too) as you can't delete the database file while it's
    11971197      // being kept open by the collection server
    11981198      remove_colservr (collection, logout);
  • gsdl/trunk/src/recpt/wizardaction.cpp

    r15453 r15597  
    618618  // the existing collection server - we do this for the local library
    619619  // (and any other persistent version of the library) as the existing
    620   // gdbm file can't be deleted while the collection server holds it open
     620  // database file can't be deleted while the collection server holds it open
    621621  if ((args[macro_prefix+"econf"] == 1) || (args[macro_prefix+"esrce"] == 1)) {
    622622    remove_colservr (collection, logout);
Note: See TracChangeset for help on using the changeset viewer.