| Summary | Client IDs in Search page are incorrect |
| Queue | Hermes |
| Queue Version | 1.0 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | manilal (at) ejyothi (dot) com |
| Created | 02/09/2009 (6116 days ago) |
| Due | |
| Updated | 02/09/2009 (6116 days ago) |
| Assigned | |
| Resolved | 02/09/2009 (6116 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/hermes/docs/CHANGES?rt=horde&r1=1.43&r2=1.44&ty=u
http://cvs.horde.org/diff.php/hermes/lib/Forms/Search.php?rt=horde&r1=1.9&r2=1.10&ty=u
Priority ⇒ 1. Low
New Attachment: hermes-search.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Hermes
Summary ⇒ Client IDs in Search page are incorrect
Type ⇒ Bug
State ⇒ Unconfirmed
usage of array_merge() function in the file lib/Forms/Search.php line
#84. The array_merge function reset the integer keys in the arraywhich results in the wrong selection of cost objects.
This bug is similar to http://bugs.horde.org/ticket/2104.
A patch is attached using the operand + to merge the array values.
Please review the patch and commit if it makes sense.