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

    r15433 r15589  
    950950    text_t userid = args["z"];
    951951    text_tarray entries;
    952     if (get_history_info (userid, entries, gdbmhome, logout)) {
     952    if (get_history_info (userid, entries, dbhome, logout)) {
    953953      int count = 1;
    954954      text_tarray::iterator here = entries.begin();
     
    18121812  int hd = args.getintarg("hd");
    18131813  if (hd > 0) display=true;
    1814   if (set_history_info(userid, query, gdbmhome, display)) return true;
     1814  if (set_history_info(userid, query, dbhome, display)) return true;
    18151815  else return false;
    18161816
Note: See TracChangeset for help on using the changeset viewer.