diff options
author | derchris | 2018-04-18 17:14:44 +0200 |
---|---|---|
committer | derchris | 2018-04-18 17:14:44 +0200 |
commit | 2f7175963a0d249a712f623feb369f41fcea6dc9 (patch) | |
tree | 0c718f554134f23459dfd1948e9108f68d4cbc15 /configs/conferences/glt18/config.php | |
parent | 45e406512e1e07c59f9523ea11e10e3f537376bc (diff) |
change room order
Diffstat (limited to 'configs/conferences/glt18/config.php')
-rw-r--r-- | configs/conferences/glt18/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/glt18/config.php b/configs/conferences/glt18/config.php index 14a8347..658b54f 100644 --- a/configs/conferences/glt18/config.php +++ b/configs/conferences/glt18/config.php @@ -119,10 +119,10 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Vortragsraeume' => array( - 'GAP149112', + 'GAP147006', 'GAP147004', 'GAP147005', - 'GAP147006', + 'GAP149112', ), ), ); @@ -395,7 +395,7 @@ $CONFIG['ROOMS'] = array( ), 'GAP147006' => array( - 'WIDE' => false, + 'WIDE' => true, 'DISPLAY' => 'G.AP147.006', 'STREAM' => 's4', 'PREVIEW' => true, |