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
a8747be7
Commit
a8747be7
authored
Oct 14, 2009
by
Penny Leach
Browse files
Dwoo support: fixing friends page, and display_name value checking
parent
6cfef743
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/dwoo/mahara/plugins/function.display_name.php
View file @
a8747be7
...
...
@@ -10,7 +10,7 @@
* @version 1.0
*/
function
Dwoo_Plugin_display_name
(
Dwoo
$dwoo
,
$user
)
{
if
(
!
is_object
(
$user
)
)
{
if
(
!
$user
)
{
return
''
;
}
...
...
htdocs/theme/raw/templates/user/user.tpl
View file @
a8747be7
...
...
@@ -60,7 +60,7 @@
<div
class=
"rightdiv"
>
<h3>
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$user
->
id
}
"
>
{
$user
->
id
|
display_name
|
escape
}
{
$user
|
display_name
|
escape
}
</a>
{
if
$page
==
'find'
}
-
{
str
tag
=
'existingfriend'
section
=
'group'
}
...
...
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