aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind2018-05-25 23:35:14 +0200
committerMaZderMind2018-05-25 23:35:14 +0200
commit71774d90f53fd595d4b61ce559aa0e50f311adc9 (patch)
treef37cd260859b2e10761bf05d025977206f251fd2
parentf9c474621d2be52fcb4771c27f16a9f9d6142c8b (diff)
fix lnp256 syntax errors
-rw-r--r--configs/conferences/lnp256/config.php4
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',
),
),
);