Skip to content

Commit

Permalink
Fixing empty get_string() call in studentview.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnOLane committed Jul 17, 2024
1 parent 1035bce commit fff79d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion studentview.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
$slottable->add_slot($pastslot, $appointment, $others, false, false, $hasdetails, $studentcanmark, $studentcancancel);
}

echo $output->heading(get_string(''));
echo $output->heading(
get_string('attendedslots', 'scheduler') . ": " . count($pastslots) . " " . get_string('completed', 'scheduler')
);
Expand Down

0 comments on commit fff79d7

Please sign in to comment.