Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
60f945bc
Commit
60f945bc
authored
Sep 28, 2004
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#11138
by Al: fixed GUI problem with deleting users.
parent
ff17aa0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
modules/user.module
modules/user.module
+0
-1
modules/user/user.module
modules/user/user.module
+0
-1
No files found.
modules/user.module
View file @
60f945bc
...
...
@@ -1107,7 +1107,6 @@ function user_edit($category = 'account') {
db_query
(
'DELETE FROM {authmap} WHERE uid = %d'
,
$account
->
uid
);
drupal_set_message
(
t
(
'The account has been deleted.'
));
module_invoke_all
(
'user'
,
'delete'
,
$edit
,
$account
);
print
theme
(
'page'
,
user_admin_account
());
drupal_goto
(
'admin/user'
);
}
else
{
...
...
modules/user/user.module
View file @
60f945bc
...
...
@@ -1107,7 +1107,6 @@ function user_edit($category = 'account') {
db_query
(
'DELETE FROM {authmap} WHERE uid = %d'
,
$account
->
uid
);
drupal_set_message
(
t
(
'The account has been deleted.'
));
module_invoke_all
(
'user'
,
'delete'
,
$edit
,
$account
);
print
theme
(
'page'
,
user_admin_account
());
drupal_goto
(
'admin/user'
);
}
else
{
...
...
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