From 755401983fea4d3f8cf781bf305b9df713904486 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 13 Jun 2020 13:36:22 +0200 Subject: sogentsolidatrisch: fix end date --- configs/conferences/sogehtsolidarisch/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3