From: Andrew Dolgov Date: Thu, 22 Dec 2005 12:53:28 +0000 (+0100) Subject: fix previous patch X-Git-Tag: 1.1.1~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b2804af7e02335047152a60b717cdb095c711bb3;p=tt-rss.git fix previous patch --- diff --git a/backend.php b/backend.php index 31595230..07f3ff17 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);