1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:11:29 +00:00

rework caching, use html5 local storage

allow caching of headlines
code cleanup
This commit is contained in:
Andrew Dolgov
2011-08-31 14:03:52 +04:00
parent 81787bbf98
commit 78b2c6ce9a
5 changed files with 134 additions and 348 deletions

View File

@@ -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);