1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:35:57 +00:00

move db-prefs to OO

This commit is contained in:
Andrew Dolgov
2013-04-18 12:00:01 +04:00
parent c1e45a87b2
commit 52d88392da
7 changed files with 192 additions and 190 deletions

View File

@@ -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.