Changeset 9615


Ignore:
Timestamp:
2005-04-11T09:37:28+12:00 (19 years ago)
Author:
davidb
Message:

relocation of disp.unloadcollectionmacros() so it always unloads collection
macros before doing the next "exececution" of the library executable.
(Relevant in local library server and apache module version of Greenstone)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.cpp

    r9032 r9615  
    11671167  outconvertclass text_t2ascii;
    11681168
    1169   disp.unloadcollectionmacros();
     1169  // disp.unloadcollectionmacros();
    11701170
    11711171  // redirect the error output to logout
     
    13581358  disp.openpage(pageparams, configinfo.macroprecedence);
    13591359
     1360  disp.unloadcollectionmacros();
     1361
    13601362  text_t collection = args["c"];
    13611363  if (!collection.empty()) {
Note: See TracChangeset for help on using the changeset viewer.