Changeset 4825


Ignore:
Timestamp:
2003-06-27T10:13:16+12:00 (21 years ago)
Author:
kjdon
Message:

the default arg for g (level) is now empty - we are trying not to assume anything about levels cos the names may change

File:
1 edited

Legend:

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

    r4809 r4825  
    273273  arg_ainfo.multiplechar = true;
    274274  arg_ainfo.defaultstatus = cgiarginfo::weak;
    275   arg_ainfo.argdefault = "Document";
     275  arg_ainfo.argdefault = "";
    276276  arg_ainfo.savedarginfo = cgiarginfo::must;
    277277  argsinfo.addarginfo (NULL, arg_ainfo);
Note: See TracChangeset for help on using the changeset viewer.