Skip to content
GitLab
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
5b8811d8
Commit
5b8811d8
authored
Dec 13, 2007
by
Richard Mansfield
Browse files
Get registerallowed setting for each institution on account prefs
parent
f4a74ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/account/index.php
View file @
5b8811d8
...
...
@@ -186,7 +186,7 @@ function accountprefs_submit(Pieform $form, $values) {
// Institution forms
$institutions
=
get_records_assoc
(
'institution'
,
''
,
''
,
''
,
'name,displayname'
);
$institutions
=
get_records_assoc
(
'institution'
,
''
,
''
,
''
,
'name,displayname
,registerallowed
'
);
// For all institutions the user is already a member of, create a
// button to leave the institution
...
...
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