diff options
author | Daniel Molkentin | 2019-08-11 18:22:44 +0200 |
---|---|---|
committer | Daniel Molkentin | 2019-08-11 18:22:44 +0200 |
commit | 00d946dc688fed17ce107bfc679ad3e56f32c295 (patch) | |
tree | 0e8ef3fd9c4efdeeccd7d2f44a3cfbdd7d75e76e /configs | |
parent | d00e38e1403f12688f7de0869a2a3b7a07ff35fd (diff) |
froscon2019: C116 has finished
Diffstat (limited to '')
-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' ), ), ); |