Ignore:
Timestamp:
2003-09-18T10:53:29+12:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out the clearing of the 'c' variable if the collection it specified was invalid. This is so the value of this variable can be displayed in the "invalid collection name" messages in pageaction.

File:
1 edited

Legend:

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

    r5024 r5512  
    11141114     outconvertclass text_t2ascii;
    11151115     logout << text_t2ascii << "ERROR: Invalid collection: " << arg_c << "\n";
    1116      args["c"].clear();
     1116     // args["c"].clear();
    11171117     
    11181118      } else {
Note: See TracChangeset for help on using the changeset viewer.