Ignore:
Timestamp:
2000-08-03T18:57:49+12:00 (24 years ago)
Author:
jrm21
Message:

A few minor changes while merging branch to help clean compilation

File:
1 edited

Legend:

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

    r1347 r1348  
    391391      disp.setmacro ("gsdltop", "Global", "documenttop");
    392392    }
    393     text_tmap::iterator it = cinfo->format.find ("homepage");
    394     if (it != cinfo->format.end()) {
     393    text_tmap::iterator it = cinfo.format.find ("homepage");
     394    if (it != cinfo.format.end()) {
    395395      text_t httppagehome;
    396396      if (get_link (args, protos, (*it).second, httppagehome, logout))
Note: See TracChangeset for help on using the changeset viewer.