Ignore:
Timestamp:
2000-05-04T17:18:46+12:00 (24 years ago)
Author:
sjboddie
Message:

attempting to get end-user collection building to work under windows

File:
1 edited

Legend:

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

    r1089 r1148  
    2828/*
    2929   $Log$
     30   Revision 1.49  2000/05/04 05:18:46  sjboddie
     31   attempting to get end-user collection building to work under windows
     32
    3033   Revision 1.48  2000/04/14 02:52:06  sjboddie
    3134   tidied up error messaging and set up some debugging info to be output
     
    231234#include "cgiutils.h"
    232235#include "htmlutils.h"
     236#include "gsdltools.h"
    233237#include "OIDtools.h"
    234238#include <assert.h>
     
    12301234  text_t &collection = args["c"];
    12311235
    1232   disp.setmacro ("gsdlhome", "Global", configinfo.gsdlhome);
     1236  disp.setmacro ("gsdlhome", "Global", dm_safe(configinfo.gsdlhome));
    12331237  disp.setmacro ("gwcgi", "Global", configinfo.gwcgi);
    12341238  disp.setmacro ("httpimg", "Global", configinfo.httpimg);
Note: See TracChangeset for help on using the changeset viewer.