Changeset 5020


Ignore:
Timestamp:
2003-07-24T07:15:17+12:00 (21 years ago)
Author:
sjboddie
Message:

No longer dm_safe() the "hp" argument when setting the _cgiarghp_ macro.

File:
1 edited

Legend:

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

    r5018 r5020  
    13041304      disp.setmacro ("cgiarg" + (*argshere).first,
    13051305             "Global", html_safe((*argshere).second.value));
    1306     else
     1306    else if ((*argshere).first == "hp") {
     1307      disp.setmacro ("cgiarg" + (*argshere).first, "Global", (*argshere).second.value);
     1308    } else {
    13071309      disp.setmacro ("cgiarg" + (*argshere).first, "Global", dm_safe((*argshere).second.value));
     1310    }
    13081311    argshere ++;
    13091312  }
Note: See TracChangeset for help on using the changeset viewer.