small bug in profile display

This commit is contained in:
Eric J. Bowersox 2002-01-17 06:52:03 +00:00
parent fddeff906d
commit c4f8d65cb2

View File

@ -10,7 +10,7 @@
// //
// The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>, // The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
// for Silverwrist Design Studios. Portions created by Eric J. Bowersox are // for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
// Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. // Copyright (C) 2001-02 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
// //
// Contributor(s): // Contributor(s):
@ -30,6 +30,7 @@ try
ci = comm.getContactInfo(); ci = comm.getContactInfo();
rinput.setRequestAttribute("contact.info",ci); rinput.setRequestAttribute("contact.info",ci);
rinput.setRequestAttribute("host.profile",comm.getHostProfile()); rinput.setRequestAttribute("host.profile",comm.getHostProfile());
if (rinput.engine.useCategories())
rinput.setRequestAttribute("category",comm.getCategory()); rinput.setRequestAttribute("category",comm.getCategory());
// determine the last line of the address and save it off // determine the last line of the address and save it off