aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Meißner2017-08-19 00:27:26 +0200
committerDaniel Meißner2017-08-19 00:27:26 +0200
commiteae8d9c5f4da0ab51e2e6a4bd00fd31878ac0a23 (patch)
tree9747ca2460c260a5ed560596fec78423f34c427a
parent10cda8b4f9ae00d080399a043651803482107a20 (diff)
froscon2017: fixed mapping s7 -> s51, s8 -> s42
-rw-r--r--configs/conferences/froscon2017/config.php10
1 files 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,