Changeset 12760


Ignore:
Timestamp:
2006-09-15T12:09:21+12:00 (18 years ago)
Author:
kjdon
Message:

added quotes in chooseadvancedsearch to make it work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/query.dm

    r12557 r12760  
    710710
    711711_textselect_ {_If_(_cgiargb_,_chooseadvancedsearch_,_textsimplesearch_)}
    712 _chooseadvancedsearch_ {_If_(_cgiargct_,_If_(_cgiargct_ eq "2",_textadvancedlucenesearch_,_textadvancedmgppsearch_),_textadvancedsearch_}
     712_chooseadvancedsearch_ {_If_(_cgiargct_,_If_("_cgiargct_" eq "2",_textadvancedlucenesearch_,_textadvancedmgppsearch_),_textadvancedsearch_}
    713713_textformselect_ {_If_(_cgiargqf_,_textformadvancedsearch_,_textformsimplesearch_)}
    714714# mg uses hselection for index, mgpp uses fqfselection
Note: See TracChangeset for help on using the changeset viewer.