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>,
|
||||
// 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):
|
||||
|
||||
|
@ -30,7 +30,8 @@ try
|
|||
ci = comm.getContactInfo();
|
||||
rinput.setRequestAttribute("contact.info",ci);
|
||||
rinput.setRequestAttribute("host.profile",comm.getHostProfile());
|
||||
rinput.setRequestAttribute("category",comm.getCategory());
|
||||
if (rinput.engine.useCategories())
|
||||
rinput.setRequestAttribute("category",comm.getCategory());
|
||||
|
||||
// determine the last line of the address and save it off
|
||||
buf = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user