summaryrefslogtreecommitdiff
path: root/include/db-prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/db-prefs.php')
-rw-r--r--include/db-prefs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/db-prefs.php b/include/db-prefs.php
index f6a78939b..1ee3d609a 100644
--- a/include/db-prefs.php
+++ b/include/db-prefs.php
@@ -166,10 +166,6 @@
$value = sprintf("%d", $value);
}
- if ($pref_name == 'DEFAULT_ARTICLE_LIMIT' && $value == 0) {
- $value = 30;
- }
-
if ($pref_name == 'USER_TIMEZONE' && $value == '') {
$value = 'UTC';
}