mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-34527 - fix trailing whitespace
This commit is contained in:
parent
2c333485c4
commit
ec0a080a07
@ -8109,7 +8109,7 @@ function forum_get_forums_user_posted_in($user, array $courseids = null, $discus
|
||||
) j ON j.id = f.id
|
||||
WHERE m.name = :forum
|
||||
{$coursewhere}";
|
||||
|
||||
|
||||
$courseforums = $DB->get_records_sql($sql, $params, $limitfrom, $limitnum);
|
||||
return $courseforums;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user