Changeset 2398


Ignore:
Timestamp:
2001-05-11T15:44:50+12:00 (23 years ago)
Author:
dmm9
Message:

undoing a foul up

File:
1 edited

Legend:

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

    r2387 r2398  
    2828browseaction::browseaction(){
    2929
    30  
     30  cerr<<"initialising browseaction"<<endl;
     31
    3132  cgiarginfo arg_ainfo;
    3233  arg_ainfo.shortname = "a";
     
    7879  argsinfo.addarginfo (NULL, arg_ainfo);
    7980
    80   //Whether all or just some of the words in the filter box have to be present
    81   //0 - any 1- all
    82   arg_ainfo.shortname = "bt";
    83   arg_ainfo.longname = "browse all or any";
    84   arg_ainfo.multiplechar = false;
    85   arg_ainfo.defaultstatus = cgiarginfo::none;
    86   arg_ainfo.argdefault = "0";
    87   arg_ainfo.savedarginfo = cgiarginfo::must;
    88   argsinfo.addarginfo (NULL, arg_ainfo);
     81 
    8982
    9083}
     
    113106                     text_t &response_data,
    114107                     ostream &logout){
     108  response = content;
     109  response_data = "text/html";
    115110}
    116111
Note: See TracChangeset for help on using the changeset viewer.