diff options
author | Daniel Molkentin | 2020-06-13 13:36:22 +0200 |
---|---|---|
committer | Daniel Molkentin | 2020-06-13 13:36:22 +0200 |
commit | 755401983fea4d3f8cf781bf305b9df713904486 (patch) | |
tree | 0c1dc383cdcb5d638460ebf99e1a048e52d4aa3d | |
parent | 8340b1df53e18820c2244868d9bbdb44120f3606 (diff) |
sogentsolidatrisch: fix end date
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/sogehtsolidarisch/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/sogehtsolidarisch/config.php b/configs/conferences/sogehtsolidarisch/config.php index 94e52f8..e1643f6 100644 --- a/configs/conferences/sogehtsolidarisch/config.php +++ b/configs/conferences/sogehtsolidarisch/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("2018-06-14 16:00"), + 'ENDS_AT' => strtotime("2020-06-14 16:00"), /** * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' |