mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -1317,7 +1317,7 @@ function quiz_print_status_bar($quiz) {
|
|||
if (empty($dates)) {
|
||||
$dates[] = get_string('alwaysavailable', 'quiz');
|
||||
}
|
||||
$tooltip = implode(', ', $dates);;
|
||||
$tooltip = implode(', ', $dates);
|
||||
|
||||
// Brief summary on the page.
|
||||
if ($timenow < $quiz->timeopen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue