MantisBT: master 101d87be

Author Committer Branch Timestamp Parent
dhx dhx master 2010-04-29 00:02 master 1c98587f
Affected Issues  0011862: Access Level will always be set to "reporter" when editing user
Changeset

Fix 0011862: Preselect user's current access level in dropdown

On manage_user_edit_page.php the access level of a user is always
preselected to be the default access level at which new user accounts
are created. We should instead try to preselect the user's current
access level from the list so that when the form is saved, the access
level of the user isn't changed by accident.

Also remove the fake [Default Access Level] option from the list as it
serves little to no useful purpose.

mod - manage_user_edit_page.php Diff File
mod - core/print_api.php Diff File