diff options
| author | v0tti | 2016-03-25 13:55:21 +0100 | 
|---|---|---|
| committer | v0tti | 2016-03-25 13:55:21 +0100 | 
| commit | 06d52e10a583ddab7788a6dd3472ecf9b771cdfc (patch) | |
| tree | 9112ed643ffbab7a630e987f709f000c89cf243a | |
| parent | f993584bacdf74ed5371c9305ffce560106d7e25 (diff) | |
Correct Date Setting for minilac2016
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/minilac16/config.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configs/conferences/minilac16/config.php b/configs/conferences/minilac16/config.php index 519639f..5208dec 100644 --- a/configs/conferences/minilac16/config.php +++ b/configs/conferences/minilac16/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) | 
