6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/13/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7921] x-vnd.kolab.distribution-list (horde) vs. x-vnd.kolab.contact.distlist (kontact, toltec)
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .___. ..__ . . | \[__ |\/|| \|_/ |__/| | ||__/| \
Comment
> plz note that this first fragment from the patch also fixes a > misbehaviour with distribution-list that lack the horde specifig > member option ,,uid''. > > > > @@ -1036,7 +1038,7 @@ > > > > $member_ids = array(); > > if (isset($object['member'])) > > { foreach ($object['member'] as $member) { > > - if (isset($member['uid'])) { > > + if ((isset($member['uid'])) && (!empty($member['uid']))) { > > $member_ids[] = $member['uid']; continue; } > > > > whereas the second bit of code just corrects a misprint... > (,,return'' vs. ,,result ='') > > > > @@ -1261,7 +1268,8 @@ > > } > > /* Revert to the original state */ > > - return $this->_store->setObjectType('contact'); > > + $this->_store->setMimeType('contact'); > > + $result = $this->_store->setObjectType('contact'); > > if (is_a($result, 'PEAR_Error')) { return $result; }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers