diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/osc16/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/osc16/config.php b/configs/conferences/osc16/config.php index a31ffb8..6846f09 100644 --- a/configs/conferences/osc16/config.php +++ b/configs/conferences/osc16/config.php @@ -384,7 +384,7 @@ $GLOBALS['CONFIG']['SCHEDULE'] = array( * Konferenz-Datum 2014-12-29 auf den heutigen Tag 2015-02-24 verschoben ist. */ //'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2016-05-21') - strtotime(/* Today */ '2016-05-19'), - 'SIMULATE_OFFSET' => 0, + 'SIMULATE_OFFSET' => 1, ); /** |