From f07593ee6035ca3f74efa6893af2d77c4fb4accb Mon Sep 17 00:00:00 2001 From: L_DA Date: Sun, 22 Nov 2020 09:49:03 +0100 Subject: [PATCH] max lessons in initialization increased --- classes/timetable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/timetable.php b/classes/timetable.php index 6b18c2f..2997202 100755 --- a/classes/timetable.php +++ b/classes/timetable.php @@ -83,7 +83,7 @@ class timetable { $this->lessons[$i] = array(); $this->lessons_canceled[$i] = array(); $this->lessons_event[$i] = array(); - for ($j=1; $j<=13; $j++) { + for ($j=1; $j<=15; $j++) { $this->lessons[$i][$j] = array(); $this->lessons_canceled[$i][$j] = array(); $this->lessons_event[$i][$j] = array();