From 2d1d59c79bc0bc9b03ba19d1fbde5fe24323aaba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Aug 2008 16:46:12 +0100 Subject: set interval between new version updates to once per 24 hours --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 3aa3cd6a3..0e34af34e 100644 --- a/functions.php +++ b/functions.php @@ -3061,7 +3061,7 @@ if (CHECK_FOR_NEW_VERSION && $_SESSION["access_level"] >= 10) { - if ($_SESSION["last_version_check"] + 7200 < time()) { + if ($_SESSION["last_version_check"] + 86400 < time()) { $new_version_details = check_for_update($link); print "