max lessons in initialization increased
This commit is contained in:
parent
79a07df71d
commit
f07593ee60
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