summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 12:00:01 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 12:00:01 +0400
commit52d88392dad52ec4d5607fef7479d74dee8b8be4 (patch)
treefde9effd42b7f8362c2e33554cdbd1d89c7f32a6 /include/rssfuncs.php
parentc1e45a87b2d15dbfebb789478ce33bafcc5ee4c0 (diff)
move db-prefs to OO
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 494e050a6..b2d7e0c59 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -127,8 +127,6 @@
$updstart_thresh_qpart
ORDER BY $random_qpart $query_limit");
- $user_prefs_cache = array();
-
if($debug) _debug(sprintf("Scheduled %d feeds to update...", db_num_rows($result)));
// Here is a little cache magic in order to minimize risk of double feed updates.