greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16321

Show
Ignore:
Timestamp:
2008-07-09 21:32:22 (6 months ago)
Author:
davidb
Message:

Introduction of 'collecthome' to support collections outside of 'gsdlhome'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/src/recpt/configaction.cpp

    r15408 r16321  
    115115      if ((*rprotolist_here).p->get_protocol_name(err) == "nullproto") { 
    116116        // create collection server and add it to nullproto 
    117         (*rprotolist_here).p->add_collection(collection, recpt, gsdlhome, gsdlhome); 
     117        (*rprotolist_here).p->add_collection(collection, recpt, gsdlhome, collecthome, gsdlhome); 
    118118        // re-initialize the null protocol 
    119119        if (!(*rprotolist_here).p->init(err, logout)) {