Merge branch 'master' of gitlab.steinbeisschule-reutlingen.de:L_DA/mod_timetable

This commit is contained in:
L_DA 2020-11-22 09:32:52 +00:00
commit 937179cc85

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