Skip to content

Commit

Permalink
use right modulename
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed May 14, 2024
1 parent 7ae852a commit 856e200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/zoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private static function get_events_from_db(): array {
WHERE (e.timestart >= :timestart OR e.timestart+e.timeduration > :timeduration)
AND e.timestart <= :timeend
AND e.courseid $insqlcourses
AND e.modulename = 'ratingallocate'
AND e.modulename = 'zoom'
AND m.visible = 1
AND (e.name NOT LIKE '" .'0'. "' AND e.eventtype NOT LIKE '" .'0'. "' )
AND (e.instance <> 0 AND e.visible = 1)
Expand Down

0 comments on commit 856e200

Please sign in to comment.