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
360a9c77
Commit
360a9c77
authored
Feb 21, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Feb 21, 2008
Browse files
set $friends to false if the user has no friends
parent
1277a6e8
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/user/view.php
View file @
360a9c77
...
...
@@ -182,6 +182,9 @@ if ($records) {
}
}
}
else
{
$friends
=
false
;
}
$smarty
=
smarty
();
$allusergroups
=
get_associated_groups
(
$userid
);
...
...
Write
Preview
Markdown
is supported
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