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
4c1cb07b
Commit
4c1cb07b
authored
Nov 29, 2007
by
Richard Mansfield
Browse files
Reindex users after changing the institution
parent
849de7b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/users/edit.php
View file @
4c1cb07b
...
@@ -302,6 +302,7 @@ function edituser_institution_submit(Pieform $form, $values) {
...
@@ -302,6 +302,7 @@ function edituser_institution_submit(Pieform $form, $values) {
'institution'
=>
$values
[
'institution'
]
// ctime, expiry, etc
'institution'
=>
$values
[
'institution'
]
// ctime, expiry, etc
));
));
}
}
handle_event
(
'updateuser'
,
$user
->
id
);
}
else
{
// Changing settings for an existing institution
}
else
{
// Changing settings for an existing institution
$newuser
=
(
object
)
array
(
$newuser
=
(
object
)
array
(
'usr'
=>
$userinstitution
->
usr
,
'usr'
=>
$userinstitution
->
usr
,
...
...
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