[Tickets #155] RESOLVED: LDAP Driver does extra work
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Aug 16 01:38:33 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=155
-----------------------------------------------------------------------
Ticket | 155
Updated By | leena.heino at uta.fi
Summary | LDAP Driver does extra work
Queue | Turba
Version | 1.2.2
State | Resolved
Priority | 2. Medium
Type | Enhancement
Owners | Horde Developers
-----------------------------------------------------------------------
leena.heino at uta.fi (2004-08-16 01:38) wrote:
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);
More information about the bugs
mailing list