Merge branch 'master' of gitlab.steinbeisschule-reutlingen.de:L_DA/mod_timetable
This commit is contained in:
commit
937179cc85
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue