diff options
author | thomic | 2016-09-01 22:50:55 +0200 |
---|---|---|
committer | thomic | 2016-09-01 22:50:55 +0200 |
commit | aa0c14eb396c35420157351fe7cc61ac4163dacb (patch) | |
tree | eb1363003856492d8768c164fa3ca8779c206281 /configs/conferences | |
parent | b8f6a4f8d633ecb93be7fec176574a425af6005f (diff) |
unfug getan, reverted change
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/qtcon16/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/qtcon16/config.php b/configs/conferences/qtcon16/config.php index 9833cef..238a2c9 100644 --- a/configs/conferences/qtcon16/config.php +++ b/configs/conferences/qtcon16/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' => 'before', +// 'CLOSED' => 'before', /** * Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) |