max lessons in initialization increased

This commit is contained in:
L_DA 2020-11-22 09:49:03 +01:00
parent 79a07df71d
commit f07593ee60

View file

@ -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();