From 4fdb0476e5d9e861a4ba510dbe5f885dcdf1575f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Sep 2008 07:41:04 +0100 Subject: exception handler in feedlist_dragsorted: report correct function name; initial load speedup --- functions.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 34778e375..21c91b138 100644 --- a/functions.php +++ b/functions.php @@ -1874,6 +1874,10 @@ setcookie("ttrss_lang", $_SESSION["language"], time() + SESSION_COOKIE_LIFETIME); } + + /* bump counters stamp since we're getting reloaded anyway */ + + $_SESSION["get_all_counters_stamp"] = time(); } } else { -- cgit v1.2.3