diff options
author | jwacalex | 2018-09-21 23:59:17 +0200 |
---|---|---|
committer | jwacalex | 2018-09-21 23:59:17 +0200 |
commit | 645b86c80a8e11bf82ed9eb0d076d7618eea1792 (patch) | |
tree | 34028113c6ab65f4dcca8cfb2fe2bd1a1c823019 /configs | |
parent | ebc31bf62bd17a4a76533e9be789616d5be81000 (diff) |
chnaged room alloctions
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/datenspuren18/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/datenspuren18/config.php b/configs/conferences/datenspuren18/config.php index 4296669..e7bfe75 100644 --- a/configs/conferences/datenspuren18/config.php +++ b/configs/conferences/datenspuren18/config.php @@ -147,7 +147,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's4', + 'STREAM' => 's5', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -344,7 +344,7 @@ $CONFIG['ROOMS'] = array( ), 'kabinett' => array( 'DISPLAY' => 'Kabinett', - 'STREAM' => 's5', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, |