diff options
| author | Daniel Molkentin | 2018-06-05 21:40:50 +0200 | 
|---|---|---|
| committer | Daniel Molkentin | 2018-06-05 21:40:50 +0200 | 
| commit | ec540c9a3b7924d1e0af228efc7425013228ca34 (patch) | |
| tree | 3dd4d91688d94dbf2f2315269ef8273da25c0e42 /configs/conferences | |
| parent | efa9a0844e1ea1ac2739654800d205e68a1d1fb2 (diff) | |
lac2018: fix room order
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/lac2018/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/lac2018/config.php b/configs/conferences/lac2018/config.php index b137624..02fd9dd 100644 --- a/configs/conferences/lac2018/config.php +++ b/configs/conferences/lac2018/config.php @@ -332,7 +332,7 @@ $CONFIG['ROOMS'] = array(  	'ceminar' => array(  		'DISPLAY' => 'ceminar', -		'STREAM' => 's5', +		'STREAM' => 's2',  		'PREVIEW' => true,  		'TRANSLATION' => false, @@ -353,7 +353,7 @@ $CONFIG['ROOMS'] = array(  	'nativespace' => array(  		'DISPLAY' => 'Native Space', -		'STREAM' => 's5', +		'STREAM' => 'q1',  		'PREVIEW' => true,  		'TRANSLATION' => false, | 
