Bugs item #496163, was opened at 2001-12-23 07:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=496163&group_id=31885
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Richard Archer (richardarcher)
Summary: on creating new user permissions
Initial Comment:
When a new user is created with
pages/admin/new_user_md5.php3, the value 'Array' is
written to database instead of the selected
permissions.
The problem is, that multiple permissions can be
selected in the form, but when the HTTP_POST_VARIABLES
are processed the varible $perms that is passed by CGI
is treated as a normal variable. But it is an array!
that holds multiple permissions.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=496163&group_id=31885
|