6.0.0-alpha12
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
6/12/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#155] LDAP Driver does extra work
*
Your Email Address
*
Spam protection
Enter the letters below:
.___ __ . .. .__ [__ / `|__|| [__) [___\__.| ||___[__)
Comment
> The fix in the cvs broke the address book's address lists functionality. > > > > I was able to restore the address lists functionality by partially > reverting the change in turba/lib/Sources.php between versions > 1.36.2.8 and 1.36.2.9 > > > > Diff to restore address book's address lists functionality: > > --- turba/lib/Source.php.orig Fri Aug 13 10:25:42 2004 > > +++ turba/lib/Source.php Mon Aug 16 11:26:20 2004 > > @@ -213,7 +213,7 @@ > > require_once TURBA_BASE . '/lib/Object.php'; > > $list = &new Turba_List(); > > foreach ($remapped_results as $attributes) { > > - $list->insert(new Turba_Object($this, $attributes)); > > + $list->insert($this->getObject($attributes['__key'])); > > } > > $list->sort($sort_criteria, null, null, $sort_direction); > >
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