diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fossgis17/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/fossgis17/config.php b/configs/conferences/fossgis17/config.php index 761d069..91d5d76 100644 --- a/configs/conferences/fossgis17/config.php +++ b/configs/conferences/fossgis17/config.php @@ -148,7 +148,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's4', + 'STREAM' => 's6', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -346,7 +346,7 @@ $CONFIG['ROOMS'] = array( 'IM-HS-11' => array( 'DISPLAY' => 'IM-HS-11', - 'STREAM' => 's5', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -367,7 +367,7 @@ $CONFIG['ROOMS'] = array( 'IM-HS-13' => array( 'DISPLAY' => 'IM HS 13', - 'STREAM' => 's6', + 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, |