summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 17:25:07 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 17:25:07 +0400
commit0d6943b0971bf94a6be1f764dc2e8712594b6914 (patch)
treead52a93fbfae88116056381c0e4d6c23bb88ccbc /include
parent13b33a3fc3e1b17686894935e3879685cb0578cd (diff)
Revert "order feeds selected for update randomly"
This reverts commit 13b33a3fc3e1b17686894935e3879685cb0578cd.
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index ee8034989..e82e94b09 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -117,7 +117,7 @@
AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL'
$login_thresh_qpart $update_limit_qpart
$updstart_thresh_qpart
- ORDER BY $random_qpart $query_limit");
+ ORDER BY feed_url $query_limit");
$user_prefs_cache = array();