[Tickets #6146] attendees without domain
bugs at horde.org
bugs at horde.org
Thu Jan 24 17:17:59 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6146
-----------------------------------------------------------------------
Ticket | 6146
Created By | yohann.fourteau at aitb.org
Summary | attendees without domain
Queue | Kronolith
Version | FRAMEWORK_3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
yohann.fourteau at aitb.org (2008-01-24 12:17) wrote:
When you create an event with attendees, you have to give their email
address. If you set up a default domain for the free/busy in the
configuration of kronolith and if you only give the first part of the email
(i.e. myname instead of myname at domain.com), the attendee will be named 0
or 1, or 2, and so on... and not yohann.fourteau at defaultdomain.
At line 52 of kronolith/attendees.php, if you change the line :
$newAttendeeParsed = $parser->parseAddressList($newAttendee, '', false,
false);
by
$newAttendeeParsed = $parser->parseAddressList($newAttendee,
'$thevarwithdefaultdomain', false, false);
It will add the default domain to the person.
It's faster to give login name than full email address...
I don't known if it can help.
More information about the bugs
mailing list