removed auto-ban on sunday room reservations

This commit is contained in:
adisposkofh
2026-06-02 11:09:13 +02:00
parent 195b99e588
commit 1cff18112b
-7
View File
@@ -694,13 +694,6 @@ class StundenplanLib
{
$ymd = date('Y-m-d', $current);
if ((int)date('w', $current) === 0)
{
$result[$ymd] = false;
$current = $this->jump_day($current, 1);
continue;
}
$result[$ymd] = ($ymd >= $start_ymd_allowed && $ymd <= $end_ymd_allowed) ? true : false;
$current = $this->jump_day($current, 1);