Changeset 9032


Ignore:
Timestamp:
2005-02-14T17:23:32+13:00 (19 years ago)
Author:
davidb
Message:

Modification to calling collectset to be compatable with Stefan's Apache module
version of gsdl.

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

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

    r4774 r9032  
    5050 
    5151  if (cset != NULL) {
    52     this->cset->add_collection (collection, recpt, gsdlhome, gdbmhome);
     52    this->cset->add_collection (collection, gsdlhome);
    5353  }
    5454}
  • trunk/gsdl/src/recpt/receptionist.cpp

    r8486 r9032  
    13581358  disp.openpage(pageparams, configinfo.macroprecedence);
    13591359
     1360  text_t collection = args["c"];
     1361  if (!collection.empty()) {
     1362    read_collection_macrofiles(collection,logout);
     1363  }
     1364
    13601365  // define external macros for each action
    13611366  actionptrmap::iterator actionhere = actions.begin ();
     
    13701375  }
    13711376
    1372   text_t collection = args["c"];
    1373   if (!collection.empty()) {
    1374     read_collection_macrofiles(collection,logout);
    1375   }
    13761377
    13771378  // define internal macros for the current action
Note: See TracChangeset for help on using the changeset viewer.