| 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 (at) horde (dot) org |
| Requester | support (at) pwv-shops (dot) de |
| Created | 06/19/2008 (6350 days ago) |
| Due | |
| Updated | 06/19/2008 (6350 days ago) |
| Assigned | |
| Resolved | 06/19/2008 (6350 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
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
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ $params get overwritten in function _imp_adminDo in api.php
Type ⇒ Bug
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?