diff options
author | Florian Zeitz | 2018-10-15 20:52:05 +0200 |
---|---|---|
committer | Florian Zeitz | 2018-10-15 20:52:05 +0200 |
commit | b898ec36543cce9b7e538fb08287856f54d5d7a3 (patch) | |
tree | 3346481cbe86fd8118b315a59d11ea0c628aa6d8 /configs/conferences/sonoj2018/config.php | |
parent | 69ab442c8b081f79ea918d8ccef496383e0d6b5a (diff) |
sonoj2018: Fix end date and navbar height
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/sonoj2018/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/sonoj2018/config.php b/configs/conferences/sonoj2018/config.php index 3e0a3e7..1ea9454 100755 --- a/configs/conferences/sonoj2018/config.php +++ b/configs/conferences/sonoj2018/config.php @@ -16,7 +16,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) */ - 'ENDS_AT' => strtotime("2017-10-28 18:00"), + 'ENDS_AT' => strtotime("2018-10-28 18:00"), /** * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' |