summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-03 14:43:11 +0300
committerAndrew Dolgov <[email protected]>2015-02-03 14:43:11 +0300
commit480b2de3b130a10ead9c3c1c0e5048c56ba69b85 (patch)
treecbce8719d690492306938c0087ccdfe7dc858ae1
parent119ba03bd4fefdcf65dc044fb5ee1a9a34d47e58 (diff)
minor fixes for previous (2)
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 13b92225e..75f9bebdd 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -242,7 +242,7 @@
$data['reload_on_ts_change'] = !defined('_NO_RELOAD_ON_TS_CHANGE');
- if (true || $_SESSION["last_version_check"] + 86400 + rand(-1000, 1000) < time()) {
+ if ($_SESSION["last_version_check"] + 86400 + rand(-1000, 1000) < time()) {
$update_result = @check_for_update();
$data["update_result"] = $update_result;