Changeset 10262


Ignore:
Timestamp:
2005-07-22T16:05:29+12:00 (19 years ago)
Author:
kjdon
Message:

removed cgisafe from query string stored in history - we don't use it in a link, so dont need to safe it. it was affecting display of unicode search history.

File:
1 edited

Legend:

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

    r9931 r10262  
    15761576 
    15771577  text_t qstring = args["q"];
    1578   text_t formattedquery =cgi_safe(qstring);
    1579   query += "&q="+formattedquery;
    1580 
     1578  //text_t formattedquery =cgi_safe(qstring);
     1579  //query += "&q="+formattedquery;
     1580  query += "&q="+qstring;
    15811581  bool display=false;
    15821582  int hd = args.getintarg("hd");
Note: See TracChangeset for help on using the changeset viewer.