diff options
author | MaZderMind | 2018-05-25 23:35:14 +0200 |
---|---|---|
committer | MaZderMind | 2018-05-25 23:35:14 +0200 |
commit | 71774d90f53fd595d4b61ce559aa0e50f311adc9 (patch) | |
tree | f37cd260859b2e10761bf05d025977206f251fd2 /configs | |
parent | f9c474621d2be52fcb4771c27f16a9f9d6142c8b (diff) |
fix lnp256 syntax errors
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', ), ), ); |