From eae8d9c5f4da0ab51e2e6a4bd00fd31878ac0a23 Mon Sep 17 00:00:00 2001 From: Daniel Meißner Date: Sat, 19 Aug 2017 00:27:26 +0200 Subject: froscon2017: fixed mapping s7 -> s51, s8 -> s42 --- configs/conferences/froscon2017/config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/conferences/froscon2017/config.php b/configs/conferences/froscon2017/config.php index e8897a8..d27969d 100644 --- a/configs/conferences/froscon2017/config.php +++ b/configs/conferences/froscon2017/config.php @@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Lecture Rooms' => array( - 'S1', 'S3', 'S4', 'S5', 'S6', 'S7', 'S8', 'C116' + 'S1', 'S3', 'S4', 'S5', 'S6', 'S41', 'S42', 'C116' ), ), ); @@ -250,9 +250,9 @@ $CONFIG['ROOMS'] = array( 'EMBED' => true, 'IRC' => false, ), - 'S7' => array( + 'S41' => array( 'DISPLAY' => 'HS 7', - 'STREAM' => 's7', + 'STREAM' => 's41', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -273,9 +273,9 @@ $CONFIG['ROOMS'] = array( 'EMBED' => true, 'IRC' => false, ), - 'S8' => array( + 'S42' => array( 'DISPLAY' => 'HS 8', - 'STREAM' => 's8', + 'STREAM' => 's42', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, -- cgit v1.2.3