diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/lnp256/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/lnp256/config.php b/configs/conferences/lnp256/config.php index 1c84823..77f9d9f 100644 --- a/configs/conferences/lnp256/config.php +++ b/configs/conferences/lnp256/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** @@ -121,7 +121,7 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Lecture rooms' => array( - 'babylon',, + 'babylon', ), ), ); |