Ignore:
Timestamp:
2009-04-20T10:12:42+12:00 (15 years ago)
Author:
kjdon
Message:

all gdbm files (key, users, history, argdb) now use gdb extension instead of db

File:
1 edited

Legend:

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

    r18882 r19062  
    256256  // underlying "bild" page that does the building (and creates the frameset))
    257257  // This helps us overcome a bit of a problem we have with multiple pages trying
    258   // to read from the key.db database at the same time.
     258  // to read from the key.gdb database at the same time.
    259259  if (current_page != "intro" && current_page != "bildstatus" && current_page != "bildframe1") {
    260260    // authenticate the user if authentication is available
     
    303303    }
    304304
    305     text_t argfile = filename_cat(gsdlhome, "tmp", args["bc1tmp"], "argdb.db");
     305    text_t argfile = filename_cat(gsdlhome, "tmp", args["bc1tmp"], "argdb.gdb");
    306306    argdb *args_on_disk = new argdb(argfile);
    307307    if (!args_on_disk->update_args(saved_args)) {
Note: See TracChangeset for help on using the changeset viewer.