[#6955] $params get overwritten in function _imp_adminDo in api.php
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

History
06/19/2008 Chuck Hagenbuch Comment #3
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Reply to this comment
Fixed, thanks for the report.
06/19/2008 CVS Commit Comment #2 Reply to this comment
06/19/2008 support (at) pwv-shops (dot) de Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ $params get overwritten in function _imp_adminDo in api.php
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
function _imp_adminDo gets a variable called $params in parameter list 
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?