Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ba6a1b34
Commit
ba6a1b34
authored
Sep 12, 2008
by
Nigel McNie
Browse files
Bugfix for my previous refactor, needed to rename all instances of $emailsuffix.
(cherry picked from commit
dfa33e06
)
parent
2a862c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/user.php
View file @
ba6a1b34
...
...
@@ -680,7 +680,7 @@ function delete_user($userid) {
// 'deleted.[timestamp]'
execute_sql
(
'UPDATE {artefact_internal_profile_email}
SET email = email || ?
WHERE owner = ?'
,
array
(
$
email
suffix
,
$userid
));
WHERE owner = ?'
,
array
(
$
data
suffix
,
$userid
));
// Remove user from any groups they're in, invited to or want to be in
delete_records
(
'group_member'
,
'member'
,
$userid
);
...
...
Write
Preview
Supports
Markdown
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