Ignore:
Timestamp:
2000-10-26T11:28:44+13:00 (23 years ago)
Author:
sjboddie
Message:

Minor change to allow collection specific receptionists to be created
using the local library code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/cgiwrapper.cpp

    r1571 r1615  
    356356#endif
    357357
    358   // collection should be set to "" unless in
    359   // collection specific mode
     358  // collection should be set to "" unless in collection specific mode -
     359  // changing this to the name of the collection should be all that's
     360  // required to create a collection specific receptionist
    360361  text_t collection = "";
    361362  text_tset gsdlhomes;
     
    388389  } else {
    389390    collections.push_back (collection);
     391    gsdlhomes.insert (gsdl_gsdlhome);
    390392  }
    391393 
Note: See TracChangeset for help on using the changeset viewer.