diff options
author | Daniel Molkentin | 2020-01-30 21:31:15 +0100 |
---|---|---|
committer | Daniel Molkentin | 2020-01-30 21:31:15 +0100 |
commit | 51fafe0e21e15e05833f833bbe393180a40516cb (patch) | |
tree | 8f63e88e255808104344127d774daff8d2ca90eb /configs/conferences/chaosradio/config.php | |
parent | ca8677c491fb1902cd1438084bdee481bcfd9a94 (diff) |
CR moved to 20:15
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/chaosradio/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index e10c1e5..8860104 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -9,7 +9,7 @@ $upcoming_crs = array_values(array_filter($upcoming_events, function($event) { if(count($upcoming_crs) < 1) { $EPISODE = '???'; - $DATE = strtotime('1970-01-01 22:00'); + $DATE = strtotime('1970-01-01 20:15'); $TITLE = 'Chaosradio'; $IM_CCCB = true; } @@ -19,7 +19,7 @@ else preg_match('/^events:cr([0-9]+)$/i', $upcoming_cr['short_name'], $m); $EPISODE = intval($m[1]); - $DATE = strtotime($upcoming_cr['start_date'].' 22:00'); + $DATE = strtotime($upcoming_cr['start_date'].' 20:15'); $TITLE = $upcoming_cr['name']; $IM_CCCB = ($upcoming_cr['location'] == 'CCCB'); } |