From fff79d7e22ea443e90920147d3f9ac5f5a266031 Mon Sep 17 00:00:00 2001 From: John Lane <46030891+JohnOLane@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:23:41 -0600 Subject: [PATCH] Fixing empty get_string() call in studentview.php. --- studentview.php | 1 - 1 file changed, 1 deletion(-) diff --git a/studentview.php b/studentview.php index 6a500375..4a33e303 100644 --- a/studentview.php +++ b/studentview.php @@ -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') );