| Summary | $params get overwritten in function _imp_adminDo in api.php |
| Queue | IMP |
| Queue Version | 4.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Chuck Hagenbuch <chuck (at) horde (dot) org> |
| Requester | support (at) pwv-shops (dot) de |
| Created | 06/19/2008 (156 days ago) |
| Due | |
| Updated | 06/19/2008 (156 days ago) |
| Assigned | |
| Resolved | 06/19/2008 (156 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Assigned to Chuck Hagenbuch
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.1142&r2=1.1143&ty=u
http://cvs.horde.org/diff.php/imp/lib/api.php?r1=1.130&r2=1.131&ty=u
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ $params get overwritten in function _imp_adminDo in api.php
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
which contains the username when adding a new user in
horde->admin->user. in third line of function the variable gets
overwritten by getting imp session parameters. rename variable $params
in parameter list of the function and used variable in switch to
$admin_params for example?