diff options
author | Daniel Molkentin | 2018-09-26 22:04:18 +0200 |
---|---|---|
committer | Daniel Molkentin | 2018-09-26 22:04:18 +0200 |
commit | d1c555f4e1f5784615cca47ec5689692300b887f (patch) | |
tree | 15cae0c1a527b93f27c4a1eabfd9af3941c6dfdb | |
parent | 47a3490c5087d332b8ed87e4aadb04252ef148d4 (diff) |
fiffkon18: Fix roomfilter
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/fiffkon18/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/fiffkon18/config.php b/configs/conferences/fiffkon18/config.php index 5c1ca38..43ec319 100755 --- a/configs/conferences/fiffkon18/config.php +++ b/configs/conferences/fiffkon18/config.php @@ -208,7 +208,7 @@ $CONFIG['SCHEDULE'] = array( * * Wird diese Zeile auskommentiert, werden alle Räume angezeigt */ - 'ROOMFILTER' => array('Hoersaal'), + 'ROOMFILTER' => array('HE 101', 'MA 101'), /** * Skalierung der Programm-Vorschau in Sekunden pro Pixel |