Skip to content

Commit 228789d

Browse files
committed
Remove $options not used anymore.
1 parent a68f2c4 commit 228789d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

view.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@
185185
]
186186
), [], 'showall');
187187

188-
$options = new stdClass();
189-
$options->courseid = $cm->id;
190-
$options->uniqueid = $participanttable->uniqueid;
191-
$options->stateHelpIcon = $OUTPUT->help_icon('publishstate', 'notes');
192-
193188
if ($bulkoperations) {
194189
echo '<br /><div class="buttons"><div class="form-inline">';
195190

0 commit comments

Comments
 (0)