diff options
| author | Bjoern Riemer | 2019-07-10 16:26:24 +0200 | 
|---|---|---|
| committer | Bjoern Riemer | 2019-07-10 16:26:24 +0200 | 
| commit | e769d93c2370a0f4d5b114a8a7a2c958fba370d8 (patch) | |
| tree | 57136d97a162f779de323307969e65ad024c0c12 /configs/conferences | |
| parent | b2ff606e388c7799a20a49530c4dac0d8d866378 (diff) | |
Revert "quickfix for datengarten 101"
back to normal mode via calendar
This reverts commit b2ff606e388c7799a20a49530c4dac0d8d866378.
Diffstat (limited to 'configs/conferences')
| -rw-r--r-- | configs/conferences/datengarten/config.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/configs/conferences/datengarten/config.php b/configs/conferences/datengarten/config.php index d7e985a..7f561d1 100644 --- a/configs/conferences/datengarten/config.php +++ b/configs/conferences/datengarten/config.php @@ -7,9 +7,9 @@ $upcoming_dgs = array_values(array_filter($upcoming_events, function($event) {  }));  if(count($upcoming_dgs) < 1)  { -	$EPISODE = '101'; -	$DATE = strtotime('2019-07-09 20:00'); -	$TITLE = 'Strommessen, aber richtig!'; +	$EPISODE = '???'; +	$DATE = strtotime('1970-01-01 22:00'); +	$TITLE = 'Unknown';  }  else  { | 
