diff options
author | atze | 2017-06-06 13:36:54 +0200 |
---|---|---|
committer | atze | 2017-06-06 13:36:54 +0200 |
commit | 9bc659b64de02d706839ed21379ce39c3fa793c7 (patch) | |
tree | a003a9d24629893ffb373894d0ec78c2eede9918 /configs/conferences | |
parent | 0150c1b489dd00ea3b07f36cbf22f2541fe26f5b (diff) |
not closed yet
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/wbm10/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/wbm10/config.php b/configs/conferences/wbm10/config.php index 88c2e35..d11c35c 100644 --- a/configs/conferences/wbm10/config.php +++ b/configs/conferences/wbm10/config.php @@ -26,7 +26,7 @@ $CONFIG['CONFERENCE'] = array( * Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent * zu 'running'. */ - 'CLOSED' => true, + 'CLOSED' => 'running', /** * Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) |