[Tickets #5127] Re: Attendees list disappears!!

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Jul 24 15:14:30 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5127
-----------------------------------------------------------------------
 Ticket             | 5127
 Updated By         | munzli at olmero.ch
 Summary            | Attendees list disappears!!
 Queue              | Kronolith
 Version            | 2.1.5
 Type               | Bug
 State              | No Feedback
 Priority           | 2. Medium
 Owners             | 
-----------------------------------------------------------------------


munzli at olmero.ch (2007-07-24 08:14) wrote:

found the problem!

The attendee list has a link to write an email directly to that user which
is in the list... since i'm not using imp it's trying to make a link out of
an error object which of course doesn't work.

if imp isn't installed then the link shouldn't be generated.

my quick and dirty fix for the moment would be in horde.php around 799:
if(is_string($url)){
    $ret = '<a href="' . $url . '"';
}
else{
    $ret = '<a href="#"';
}



More information about the bugs mailing list