Ignore:
Timestamp:
2008-07-09T13:12:15+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of 'collecthome' which parallels 'gsdlhome' to allow the toplevel collect folder to be outside of the gsdlhome area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/browsefilter.cpp

    r15680 r16310  
    8585    indexstem = collection;
    8686  }
    87   // get the filename for the database and make sure it exists
    88   db_filename = filename_cat(dbhome, "collect", collection, "index", "text", indexstem);
    89   db_filename += db_ptr->getfileextension();
     87
     88  db_filename = resolve_db_filename(indexstem,db_ptr->getfileextension());
    9089  if (!file_exists(db_filename)) {
    9190    logout << text_t2ascii
Note: See TracChangeset for help on using the changeset viewer.