Changeset 13530


Ignore:
Timestamp:
2006-12-20T14:09:04+13:00 (17 years ago)
Author:
shaoqun
Message:

srp arg could have multiple char as well

File:
1 edited

Legend:

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

    r13528 r13530  
    477477  arg_ainfo.shortname = "srp";
    478478  arg_ainfo.longname = "the previous search result number";
    479   arg_ainfo.multiplechar = false;
     479  arg_ainfo.multiplechar = true;
    480480  arg_ainfo.defaultstatus = cgiarginfo::weak;
    481481  arg_ainfo.argdefault = "0";
Note: See TracChangeset for help on using the changeset viewer.