Ignore:
Timestamp:
1999-09-02T12:26:43+12:00 (25 years ago)
Author:
rjmcnab
Message:

made the p cgi argument always saved in the compressed arguments

File:
1 edited

Legend:

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

    r471 r511  
    1212/*
    1313   $Log$
     14   Revision 1.12  1999/09/02 00:26:43  rjmcnab
     15   made the p cgi argument always saved in the compressed arguments
     16
    1417   Revision 1.11  1999/08/25 04:48:43  sjboddie
    1518   changes to the home and about pages
     
    7881  arg_ainfo.defaultstatus = cgiarginfo::weak;
    7982  arg_ainfo.argdefault = "about";
    80   arg_ainfo.savedarginfo = cgiarginfo::can;
     83  arg_ainfo.savedarginfo = cgiarginfo::must;
    8184  argsinfo.addarginfo (NULL, arg_ainfo);
    8285
Note: See TracChangeset for help on using the changeset viewer.