summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-31 14:03:52 +0400
committerAndrew Dolgov <[email protected]>2011-08-31 14:04:19 +0400
commit78b2c6ce9a0574433791cc7f3330bf8d729123d2 (patch)
tree13d2d7863251cbd185b4ab783e958575f0595902 /functions.php
parent81787bbf9840a7f43bd40ecca00834b5b078eb31 (diff)
rework caching, use html5 local storage
allow caching of headlines code cleanup
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
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);