mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-30649 Fixed up whitespace
This commit is contained in:
parent
320b4deb6a
commit
efd412dda9
1 changed files with 4 additions and 4 deletions
|
@ -312,7 +312,7 @@ function glossary_user_complete($course, $user, $mod, $glossary) {
|
|||
|
||||
/**
|
||||
* Returns all glossary entries since a given time for specified glossary
|
||||
*
|
||||
*
|
||||
* @param array $activities sequentially indexed array of objects
|
||||
* @param int $index
|
||||
* @param int $timestart
|
||||
|
@ -375,11 +375,11 @@ function glossary_get_recent_mod_activity(&$activities, &$index, $timestart, $co
|
|||
$userselect
|
||||
$groupselect
|
||||
ORDER BY ge.timemodified ASC", $params);
|
||||
|
||||
|
||||
if (!$entries) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
foreach ($entries as $entry) {
|
||||
$usersgroups = null;
|
||||
if ($entry->userid != $USER->id) {
|
||||
|
@ -423,7 +423,7 @@ function glossary_get_recent_mod_activity(&$activities, &$index, $timestart, $co
|
|||
|
||||
/**
|
||||
* Outputs the glossary entry indicated by $activity
|
||||
*
|
||||
*
|
||||
* @param object $activity the activity object the glossary resides in
|
||||
* @param int $courseid the id of the course the glossary resides in
|
||||
* @param bool $detail not used, but required for compatibilty with other modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue