diff options
| author | Daniel Molkentin | 2018-05-24 19:31:33 +0200 | 
|---|---|---|
| committer | Daniel Molkentin | 2018-05-24 19:31:33 +0200 | 
| commit | 8add77adea8f35be3e763ff321af0d58df73536f (patch) | |
| tree | 38eb3cda2c11cf1a6399f4005210f2ff98435aec /configs/conferences/osc18/config.php | |
| parent | fae396726ca614999049b3b1ecc5ec8d6b0664b4 (diff) | |
osc18: change room affinity
Diffstat (limited to 'configs/conferences/osc18/config.php')
| -rw-r--r-- | configs/conferences/osc18/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/osc18/config.php b/configs/conferences/osc18/config.php index 6ec7d58..137238e 100644 --- a/configs/conferences/osc18/config.php +++ b/configs/conferences/osc18/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' => 's41', +		'STREAM' => 's4',  		/**  		 * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -366,7 +366,7 @@ $CONFIG['ROOMS'] = array(  	),  	'small' => array(  		'DISPLAY' => 'Small', -		'STREAM' => 's4', +		'STREAM' => 's41',  		'PREVIEW' => true,  		'TRANSLATION' => false,  		'STEREO' => false, | 
