diff options
author | Florian Larysch | 2017-08-18 09:45:04 +0200 |
---|---|---|
committer | Florian Larysch | 2017-08-18 09:45:04 +0200 |
commit | f628445d51cf4133c8c597bcfdcf2e256d98cf3f (patch) | |
tree | ee6884b4769625eb7d0420bb235087923d07bb86 /configs/conferences | |
parent | 6476f45ebe0c1b915b98e1f66718a56fec41cfdb (diff) |
froscon2017: fix C116 schedule room filter
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/froscon2017/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/froscon2017/config.php b/configs/conferences/froscon2017/config.php index 34c87b0..5f107aa 100644 --- a/configs/conferences/froscon2017/config.php +++ b/configs/conferences/froscon2017/config.php @@ -348,7 +348,7 @@ $CONFIG['SCHEDULE'] = array( * * Wird diese Zeile auskommentiert, werden alle Räume angezeigt */ - 'ROOMFILTER' => array('HS 1', 'HS 3', 'HS 4', 'HS 5', 'HS 6', 'HS 7', 'HS 8', 'C116'), + 'ROOMFILTER' => array('HS 1', 'HS 3', 'HS 4', 'HS 5', 'HS 6', 'HS 7', 'HS 8', 'C116 (OSGeo)'), /** * Skalierung der Programm-Vorschau in Sekunden pro Pixel |