Changeset 1655 for trunk/gsdl/src


Ignore:
Timestamp:
2000-11-03T15:49:36+13:00 (24 years ago)
Author:
sjboddie
Message:

bc1aboutdesc and bc1contactemail arguments are no longer included in
compressed args as the url gets too long for browsers to handle in some
situations. The drawback is that cancelling a build part way through
now loses track of these two arguments (i.e. the about text and the creators
email address). I'll fix it when I get a chance.

File:
1 edited

Legend:

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

    r1649 r1655  
    9595  arg_ainfo.defaultstatus = cgiarginfo::weak;
    9696  arg_ainfo.argdefault = "";
    97   arg_ainfo.savedarginfo = cgiarginfo::must;
     97  arg_ainfo.savedarginfo = cgiarginfo::mustnot;
    9898  argsinfo.addarginfo (NULL, arg_ainfo);
    9999
     
    103103  arg_ainfo.defaultstatus = cgiarginfo::weak;
    104104  arg_ainfo.argdefault = "";
    105   arg_ainfo.savedarginfo = cgiarginfo::must;
     105  arg_ainfo.savedarginfo = cgiarginfo::mustnot;
    106106  argsinfo.addarginfo (NULL, arg_ainfo);
    107107
Note: See TracChangeset for help on using the changeset viewer.