From 78b2c6ce9a0574433791cc7f3330bf8d729123d2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 31 Aug 2011 14:03:52 +0400 Subject: rework caching, use html5 local storage allow caching of headlines code cleanup --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index e0b5fc999..bb6164d7b 100644 --- a/functions.php +++ b/functions.php @@ -5098,7 +5098,7 @@ $vgroup_last_feed = $vgr_last_feed; - if (!$offset) { +// if (!$offset) { if (db_num_rows($result) > 0) { $reply['toolbar'] = format_headline_subtoolbar($link, $feed_site_url, @@ -5106,7 +5106,7 @@ $feed, $cat_view, $search, $match_on, $search_mode, $view_mode, $last_error); } - } +// } $headlines_count = db_num_rows($result); -- cgit v1.2.3-54-g00ecf