Skip to content
Snippets Groups Projects
Commit 2a5cda32 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fixed typo, re #3785

parent 921746e0
No related branches found
No related tags found
No related merge requests found
...@@ -442,7 +442,7 @@ class CourseMember extends SimpleORMap implements PrivacyObject ...@@ -442,7 +442,7 @@ class CourseMember extends SimpleORMap implements PrivacyObject
* Get user information for all users in this course * Get user information for all users in this course
* *
*/ */
public static function getMemberDataByCourse(string $seminar_id, ?string $status = '', ?string $user_id = null,): array public static function getMemberDataByCourse(string $seminar_id, ?string $status = '', ?string $user_id = null): array
{ {
$query = "SELECT `datafield_id` $query = "SELECT `datafield_id`
FROM `datafields` FROM `datafields`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment