Changeset 16320
- Timestamp:
- 2008-07-09T20:18:54+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/src/w32server/cgiwrapper.cpp
r16310 r16320 426 426 if (dbhomes.find ((*this_info).second.gsdl_dbhome) == dbhomes.end()) { 427 427 these_collections.erase (these_collections.begin(), these_collections.end()); 428 read_dir ( filename_cat ((*this_info).second.gsdl_collecthome), these_collections);428 read_dir ((*this_info).second.gsdl_collecthome, these_collections); 429 429 colhere = these_collections.begin(); 430 430 colend = these_collections.end(); … … 494 494 this_dbhome = (*it).second.gsdl_dbhome; 495 495 496 cservers->add_collection (*thiscol, this_gsdlhome );496 cservers->add_collection (*thiscol, this_gsdlhome, this_collecthome); 497 497 498 498 ++thiscol;
Note:
See TracChangeset
for help on using the changeset viewer.