[Tickets #2440] NEW: attribute keys are not lowercase

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Aug 15 03:21:23 PDT 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=2440
-----------------------------------------------------------------------
 Ticket             | 2440
 Created By         | m.zdila at episoftware.com
 Summary            | attribute keys are not lowercase
 Queue              | Turba
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


m.zdila at episoftware.com (2005-08-15 03:21) wrote:

hi

see http://cvs.horde.org/co.php/turba/lib/Driver/ldap.php?r=1.75#314

/* The attributes in the attributes array are all lower case ...

... mine are not. therefore code on lines 314 - 336 doesn't work if some
attribute is mixed case.

inserting
$attributes = array_change_key_case($attributes, CASE_LOWER);
to line 318 could help, but I am not sure if mixed case keys are not
expected later in the code. Please look at this. Thanks.

--
Martin Zdila







More information about the bugs mailing list