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
e9f6484a
Commit
e9f6484a
authored
Aug 08, 2007
by
Nigel McNie
Browse files
Merge branch 'master' of
git+ssh://git.catalyst.net.nz/git/public/mahara
parents
3da7003c
290edcea
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/auth/xmlrpc/lib.php
View file @
e9f6484a
...
...
@@ -188,6 +188,8 @@ class AuthXmlrpc extends Auth {
set_profile_field
(
$user
->
id
,
'lastname'
,
$user
->
lastname
);
set_profile_field
(
$user
->
id
,
'email'
,
$user
->
email
);
handle_event
(
'createuser'
,
$user
);
}
elseif
(
$update
)
{
if
(
$user
->
firstname
!=
$remoteuser
->
firstname
)
{
...
...
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