diff options
Diffstat (limited to 'configs/conferences')
-rwxr-xr-x | configs/conferences/wikidatacon2017/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/wikidatacon2017/config.php b/configs/conferences/wikidatacon2017/config.php index 2ea79f7..40407dd 100755 --- a/configs/conferences/wikidatacon2017/config.php +++ b/configs/conferences/wikidatacon2017/config.php @@ -119,8 +119,8 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Lecture Rooms' => array( - 'a1', - 'a3', +# 'a1', +# 'a3', 'a2', ), ), @@ -344,7 +344,7 @@ $CONFIG['ROOMS'] = array( ), 'a2' => array( - 'DISPLAY' => 'A2/A', + 'DISPLAY' => 'Room A', 'STREAM' => 's2', 'PREVIEW' => true, |