From b2804af7e02335047152a60b717cdb095c711bb3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Dec 2005 13:53:28 +0100 Subject: fix previous patch --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 31595230d..07f3ff17a 100644 --- a/backend.php +++ b/backend.php @@ -53,12 +53,12 @@ pg_query("set client_encoding = 'utf-8'"); } - if (!sanity_check($link)) { return; } - $fetch = $_GET["fetch"]; setcookie("ttrss_icons_url", ICONS_URL); + if (!sanity_check($link)) { return; } + function getAllCounters($link) { getLabelCounters($link); getFeedCounters($link); -- cgit v1.2.3