diff options
Diffstat (limited to 'lib/models/Modulteil.php')
| -rw-r--r-- | lib/models/Modulteil.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/Modulteil.php b/lib/models/Modulteil.php index 397fc18..3b8f146 100644 --- a/lib/models/Modulteil.php +++ b/lib/models/Modulteil.php @@ -379,11 +379,11 @@ class Modulteil extends ModuleManagementModelTreeItem /** * Retrieves all courses this Modulteil is assigned by its LV-Gruppen. * Filtered by a given semester considering the global visibility or the - * the visibility for a given user. + * visibility for a given user. * * @param string $semester_id The id of a semester. * @param mixed $only_visible Boolean true retrieves only visible courses, false - * retrieves all courses. If $only_visible is an user id it depends on the users + * retrieves all courses. If $only_visible is a user id it depends on the users * status which courses will be retrieved. * @return array An array of course data. */ |
