]> git.wh0rd.org - tt-rss.git/blobdiff - include/db-prefs.php
retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous
[tt-rss.git] / include / db-prefs.php
index f6a78939b589b5cd5da85e8b07de5124d429090a..1ee3d609a5f4867d98aac5e9250af2ba0f1404a4 100644 (file)
                                $value = sprintf("%d", $value);
                        }
 
-                       if ($pref_name == 'DEFAULT_ARTICLE_LIMIT' && $value == 0) {
-                               $value = 30;
-                       }
-
                        if ($pref_name == 'USER_TIMEZONE' && $value == '') {
                                $value = 'UTC';
                        }