diff options
-rw-r--r-- | configs/conferences/froscon2019/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/froscon2019/config.php b/configs/conferences/froscon2019/config.php index 5158175..36bb23a 100644 --- a/configs/conferences/froscon2019/config.php +++ b/configs/conferences/froscon2019/config.php @@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Lecture Rooms' => array( - 'S1', 'S3', 'S4', 'S5', 'S6', 'S41', 'S42', 'C116' + 'S1', 'S3', 'S4', 'S5', 'S6', 'S41', 'S42' //, 'C116' ), ), ); |