diff options
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, | 
