mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-9742 - changed tabs to spaces in a few places where there are one
or two
This commit is contained in:
parent
3ef1be377b
commit
a044c05ddb
24 changed files with 85 additions and 85 deletions
|
@ -1877,10 +1877,10 @@ function forum_subscribed_users($course, $forum, $groupid=0, $cache=false) {
|
|||
AND u.deleted <> 1 $groupselect
|
||||
ORDER BY u.email ASC");
|
||||
}
|
||||
// Guest user should never be subscribed to a forum.
|
||||
if ($guest = guest_user()) {
|
||||
unset($results[$guest->id]);
|
||||
}
|
||||
// Guest user should never be subscribed to a forum.
|
||||
if ($guest = guest_user()) {
|
||||
unset($results[$guest->id]);
|
||||
}
|
||||
|
||||
if ($cache) {
|
||||
$resultscache[$forum->id][$groupid] = $results;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue