Ignore:
Timestamp:
2000-02-22T10:57:50+13:00 (24 years ago)
Author:
sjboddie
Message:

actions are now configured with gsdlhome

File:
1 edited

Legend:

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

    r936 r962  
    2828/*
    2929   $Log$
     30   Revision 1.36  2000/02/21 21:57:48  sjboddie
     31   actions are now configured with gsdlhome
     32
    3033   Revision 1.35  2000/02/17 02:35:04  sjboddie
    3134   tidied up search history stuff a bit - replaced strings with macros
     
    630633    text_t userid = args["z"];
    631634    text_tarray entries;
    632     if (get_history_info (userid, entries, logout)) {
     635    if (get_history_info (userid, entries, gsdlhome, logout)) {
    633636      int count = 1;
    634637      text_tarray::iterator here = entries.begin();
     
    10891092  request.filterResultOptions = FROID | FRmetadata | FRtermFreq;
    10901093  text_t formattedstring = args["q"];
    1091   if (!combine_query(args["z"], formattedstring)) {
     1094  if (!combine_query (args["z"], formattedstring, gsdlhome)) {
    10921095    args["q"]=formattedstring;
    10931096  }
     
    12251228  query += "&q="+formattedquery;
    12261229
    1227   if (set_history_info(userid, query)) return true;
     1230  if (set_history_info(userid, query, gsdlhome)) return true;
    12281231  else return false;
    12291232
Note: See TracChangeset for help on using the changeset viewer.