aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-08-21 16:49:14 +0200
committerMaZderMind2015-08-21 16:49:14 +0200
commitc3d1af10f829de52e4deffd20fe75ee60fbe4bff (patch)
tree59a9bcaf842cc5bcb1ca47ba0e4dda9de78f4c64 /config.php
parentc1bc9863cfbf1f4c3d92b77cc33913a8e7ba61dd (diff)
don't simulate an offset by default
Diffstat (limited to 'config.php')
-rw-r--r--config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php b/config.php
index c3e9597..5517a4d 100644
--- a/config.php
+++ b/config.php
@@ -506,8 +506,8 @@ $GLOBALS['CONFIG']['SCHEDULE'] = array(
* Diese folgende Beispiel-Zeile Simuliert, dass das
* Konferenz-Datum 2014-12-29 auf den heutigen Tag 2015-02-24 verschoben ist.
*/
- 'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2014-12-28') - strtotime(/* Today */ '2015-03-01'),
- //'SIMULATE_OFFSET' => 0,
+ //'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2014-12-28') - strtotime(/* Today */ '2015-03-01'),
+ 'SIMULATE_OFFSET' => 0,
);