aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin2019-06-22 15:41:32 +0200
committerDaniel Molkentin2019-06-22 15:41:32 +0200
commit9fb72157bc2d9e6e03bdea98d67966fb6230d559 (patch)
treee08519295f8da6ed5a29a6ec45475119fe6add4d
parent0b363b13e70477ae9c906c2b560163f0c34f1f59 (diff)
CPU19: No offset for schedule
-rw-r--r--configs/conferences/cpu19/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/cpu19/config.php b/configs/conferences/cpu19/config.php
index 57b5477..c492889 100644
--- a/configs/conferences/cpu19/config.php
+++ b/configs/conferences/cpu19/config.php
@@ -234,7 +234,7 @@ $CONFIG['SCHEDULE'] = array(
* Konferenz-Datum 2014-12-29 auf den heutigen Tag 2015-02-24 verschoben ist.
*/
//'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2015-03-11') - strtotime(/* Today */ '2015-03-03'),
- 'SIMULATE_OFFSET' => 0,
+ //'SIMULATE_OFFSET' => 0,
);