Changeset 2776


Ignore:
Timestamp:
2001-10-03T17:47:37+12:00 (23 years ago)
Author:
dmm9
Message:

cleaning up some little bits before advertising a live demo

File:
1 edited

Legend:

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

    r2770 r2776  
    615615    if((*check).second=="DateSearch"){
    616616      text_t current = "_basicqueryform_ _datesearch_";
    617       cout<<current.getcstr()<<endl;
     617     
    618618      disp.setmacro("queryformcontent","query",current);
    619619    }
     
    13831383  while (this_term != end_term) {
    13841384    char *term = (*this_term).term.getcstr();
    1385     //   if(term[0]<'0' || term[0] >'9'){
    1386       freqmsg += (*this_term).term + ": " + (*this_term).freq;
    1387       if ((this_term + 1) != end_term)
    1388     freqmsg += ", ";
    1389       // }
     1385       if(term[0]<'0' || term[0] >'9'){
     1386    freqmsg += (*this_term).term + ": " + (*this_term).freq;
     1387    if ((this_term + 1) != end_term)
     1388       freqmsg += ", ";
     1389      }
    13901390    delete term;
    13911391    this_term ++;
    13921392  }
    1393   disp.setmacro ("freqmsg", "query", freqmsg);
     1393  //disp.setmacro ("freqmsg", "query", freqmsg);
    13941394
    13951395  // set up _resultline_ macro
Note: See TracChangeset for help on using the changeset viewer.