$this->setRoom($aoRooms[0]->getName());
}
// if weekends are not shown, show the next week already on saturday
- if(!$this->oCfg->isShowWeekend() and date("w") == 6) {
+ if(!$this->oCfg->isShowWeekend() and (date("w") == 6 or date("w") == 0)) {
$this->setDate(strtotime("monday"));
} else {
$this->setDate(time());