forked from extern/egroupware
fix for out of bounds events
This commit is contained in:
parent
327588521e
commit
5dedda4345
@ -1230,7 +1230,7 @@
|
|||||||
$p->set_var('text',$this->hour_arr[99]);
|
$p->set_var('text',$this->hour_arr[99]);
|
||||||
$p->set_var('bgcolor',$phpgw->nextmatchs->alternate_row_color());
|
$p->set_var('bgcolor',$phpgw->nextmatchs->alternate_row_color());
|
||||||
$p->set_var('time',' ');
|
$p->set_var('time',' ');
|
||||||
$p->parse('mini_week','day_row_99',False);
|
$p->parse('monthweek_day','day_row_99',False);
|
||||||
$p->parse('row','mini_week',True);
|
$p->parse('row','mini_week',True);
|
||||||
}
|
}
|
||||||
$this->rowspan = 0;
|
$this->rowspan = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user