diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/bornhack21/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/bornhack21/config.php b/configs/conferences/bornhack21/config.php index f148b31..2987c3a 100644 --- a/configs/conferences/bornhack21/config.php +++ b/configs/conferences/bornhack21/config.php @@ -362,9 +362,9 @@ $CONFIG['SCHEDULE'] = array( * * Wird diese Zeile auskommentiert, werden alle Räume angezeigt */ - //'ROOMFILTER' => [ - // 'Vortrag', - //], + 'ROOMFILTER' => [ + 'Speakers Tent', + ], /** * Skalierung der Programm-Vorschau in Sekunden pro Pixel |