Ignore:
Timestamp:
2001-03-20T21:48:12+12:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a bug that was causing the local library server to attempt to write
files to gsdlhome (i.e. the cd-rom drive if served from a cd) under certain
circumstances.

File:
1 edited

Legend:

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

    r1915 r2212  
    735735    text_t userid = args["z"];
    736736    text_tarray entries;
    737     if (get_history_info (userid, entries, gsdlhome, logout)) {
     737    if (get_history_info (userid, entries, gdbmhome, logout)) {
    738738      int count = 1;
    739739      text_tarray::iterator here = entries.begin();
     
    13971397  int hd = args.getintarg("hd");
    13981398  if (hd > 0) display=true;
    1399   if (set_history_info(userid, query, gsdlhome, display)) return true;
     1399  if (set_history_info(userid, query, gdbmhome, display)) return true;
    14001400  else return false;
    14011401
Note: See TracChangeset for help on using the changeset viewer.