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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user