diff options
author | root | 2016-01-12 20:19:19 +0100 |
---|---|---|
committer | root | 2016-01-12 20:19:19 +0100 |
commit | 62e82758536cef137640c708aabf504102e07f79 (patch) | |
tree | 8eedc95b8f1fbb502b872f04696f24e763c542e7 /configs/conferences/datengarten/config.php | |
parent | 95ad5aac184fe49754bd6b8f8d828ff7f47584d0 (diff) |
configure dg62
Diffstat (limited to '')
-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 fc65d71..8a39e1d 100644 --- a/configs/conferences/datengarten/config.php +++ b/configs/conferences/datengarten/config.php @@ -1,8 +1,8 @@ <?php -$EPISODE = 61; -$DATE = strtotime("2015-12-08 20:00"); -$TITLE = '@Carina - RocketScience und Software Engineering - Ein Rückblick'; +$EPISODE = 62; +$DATE = strtotime("2016-01-12 20:00"); +$TITLE = '@fukami - Wie funktioniert die EU - und warum sollte uns das interessieren'; $GLOBALS['CONFIG']['CONFERENCE'] = array( |