small bug in profile display
This commit is contained in:
parent
fddeff906d
commit
c4f8d65cb2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user