Ignore:
Timestamp:
2000-12-15T13:35:08+13:00 (23 years ago)
Author:
sjboddie
Message:

Removed the "cp" and "sp" cgi arguments and used the "p" argument instead
(i.e. the "p" argument is now used in the page, status and collector
actions). I'd like to do this type of thing in lots of places where
different actions are using different cgi arguments to perform very
similar tasks. Fewer arguments are becoming more of a priority with our
ever expanding URLs, I'll leave it for a while though and make sure this
change doesn't cause any problems.

File:
1 edited

Legend:

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

    r1505 r1796  
    273273                         + "_"));
    274274  // change style of header and footer if page is a frame
    275   if ((args["sp"].empty()) || (args["sp"] == "frameset")) {
     275  if ((args["p"].empty()) || (args["p"] == "frameset")) {
    276276    disp.setmacro ("header", "authen", "_status:infoheader_(Log in)");
    277277    disp.setmacro ("header", "authenok", "_status:infoheader_(Log in)");
Note: See TracChangeset for help on using the changeset viewer.