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
26e130f8
Commit
26e130f8
authored
Jan 25, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 25, 2007
Browse files
Merge with
git+ssh://git.catalyst.net.nz/var/git/mahara.git#master
parents
59cd5e88
85080c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/user/view.php
View file @
26e130f8
...
...
@@ -74,8 +74,8 @@ define('TITLE', $name);
if
(
$USER
->
get
(
'staff'
))
{
$userfields
[
'fullname'
]
=
$user
->
firstname
.
' '
.
$user
->
lastname
;
$userfields
[
'institution'
]
=
$user
->
institution
;
$userfields
[
'studentid'
]
=
$user
->
studentid
;
$userfields
[
'emailaddress'
]
=
$user
->
email
;
$userfields
[
'studentid'
]
=
get_profile_field
(
$user
->
id
,
'
studentid
'
)
;
$userfields
[
'
principal
emailaddress'
]
=
$user
->
email
;
}
// Get public profile fields:
...
...
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