diff options
author | MaZderMind | 2016-03-25 13:05:32 +0100 |
---|---|---|
committer | MaZderMind | 2016-03-25 13:12:28 +0100 |
commit | e0ee2fa63230617aee19b987986440b496a2c27d (patch) | |
tree | 04581c11297b1c8c5309cc16403347f64a627917 | |
parent | 8f13871ffcf69458bc408904bd7a618e0c664e28 (diff) |
disable always-closed
-rw-r--r-- | configs/conferences/eh16/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/eh16/config.php b/configs/conferences/eh16/config.php index 42f07cf..5e0272b 100644 --- a/configs/conferences/eh16/config.php +++ b/configs/conferences/eh16/config.php @@ -26,7 +26,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent * zu 'running'. */ - 'CLOSED' => false, + //'CLOSED' => false, /** * Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) |