diff options
author | MaZderMind | 2016-08-26 16:52:09 +0200 |
---|---|---|
committer | MaZderMind | 2016-08-26 16:52:09 +0200 |
commit | c95cd1104dca16918b83f4a6ab90f0c3bf397f57 (patch) | |
tree | bdcf60a71d61c87788b47d9c4f620348a314cef5 | |
parent | 42e160735a23b174468aa4a8a8fbc811ec34132b (diff) |
update froscon closing-time
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/froscon2016/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/froscon2016/config.php b/configs/conferences/froscon2016/config.php index 8d06945..098d902 100644 --- a/configs/conferences/froscon2016/config.php +++ b/configs/conferences/froscon2016/config.php @@ -16,7 +16,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) */ - 'ENDS_AT' => strtotime("2016-08-21 19:00"), + 'ENDS_AT' => strtotime("2016-08-21 19:45"), /** * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' |