Changeset 17931
- Timestamp:
- 2008-11-27 11:47:01 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/runtime-src/src/recpt/dynamicclassifieraction.cpp
r16220 r17931 76 76 recptprotolistclass *protos, ostream &logout) 77 77 { 78 // Some pages (e.g. the library home page) are not collection-specific 79 if (args["c"].empty()) 80 { 81 return; 82 } 83 78 84 // A valid collection server is vital 79 85 recptproto *collectproto = protos->getrecptproto (args["c"], logout);
