From bd090ab42e4856fd7839ae9f6a07e8c4a23c8c81 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 Jan 2009 16:37:42 +0100 Subject: disable SYNC_COUNTERS option --- functions.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 53ad3ce70..239e74e6c 100644 --- a/functions.php +++ b/functions.php @@ -2296,8 +2296,8 @@ - if (get_pref($link, "SYNC_COUNTERS") || - time() - $_SESSION["get_all_counters_stamp"] > 5) { +// if (get_pref($link, "SYNC_COUNTERS") || +// time() - $_SESSION["get_all_counters_stamp"] > 5) { if (!$omode) $omode = "flc"; @@ -2313,7 +2313,7 @@ } $_SESSION["get_all_counters_stamp"] = time(); - } +// } } @@ -3140,8 +3140,10 @@ print ""; - print ""; +// print ""; + + print ""; print ""; } -- cgit v1.2.3