Skip to content

Commit

Permalink
WR422914: Additional bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThornett committed Sep 11, 2024
1 parent 151e3d6 commit 6843121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/frequency.php
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ public function get_user_events_all(int $courseid, string $module = 'all', int $
$params[] = $to;
$sql .= " AND s.timeend >= ? AND s.timeend < ?";

return $DB->get_recordset_sql($sql, $params);
return $DB->get_records_sql($sql, $params);
}

/**
Expand Down

0 comments on commit 6843121

Please sign in to comment.