Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4af96064
Commit
4af96064
authored
Oct 31, 2005
by
Dries
Browse files
- Patch
#35648
by asimmonds: fixed permissions page.
parent
f2185037
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/user.module
View file @
4af96064
...
...
@@ -1622,7 +1622,7 @@ function theme_user_admin_perm($form) {
}
function
user_admin_perm_execute
()
{
$edit
=
$GLOBALS
[
'form_values'
]
[
'checkboxes'
]
;
$edit
=
$GLOBALS
[
'form_values'
];
// Save permissions:
$result
=
db_query
(
'SELECT * FROM {role}'
);
while
(
$role
=
db_fetch_object
(
$result
))
{
...
...
modules/user/user.module
View file @
4af96064
...
...
@@ -1622,7 +1622,7 @@ function theme_user_admin_perm($form) {
}
function
user_admin_perm_execute
()
{
$edit
=
$GLOBALS
[
'form_values'
]
[
'checkboxes'
]
;
$edit
=
$GLOBALS
[
'form_values'
];
// Save permissions:
$result
=
db_query
(
'SELECT * FROM {role}'
);
while
(
$role
=
db_fetch_object
(
$result
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment