Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
33633c5c
Commit
33633c5c
authored
Jan 10, 2008
by
Gábor Hojtsy
Browse files
#18954
follow up by myself: restore user role name editing
parent
b17cd3b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/user/user.admin.inc
View file @
33633c5c
...
...
@@ -623,7 +623,7 @@ function user_admin_role() {
drupal_goto
(
'admin/user/roles'
);
}
// Display the edit role form.
$role
=
db_fetch_object
(
db_query
(
'SELECT * FROM {role} WHERE rid = %d'
,
$id
));
$role
=
db_fetch_object
(
db_query
(
'SELECT * FROM {role} WHERE rid = %d'
,
$
r
id
));
$form
[
'name'
]
=
array
(
'#type'
=>
'textfield'
,
'#title'
=>
t
(
'Role name'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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