[Phplib-trackers] [ phplib-Bugs-496163 ] on creating new user permissions
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2001-12-22 20:59:07
|
Bugs item #496163, was opened at 2001-12-22 12:59 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=496163&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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 |