From 59b7764387a7e47ad4526ebdcf71a3cf2da75a2d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Dec 2005 19:45:18 +0100 Subject: [PATCH] fix DEFAULT_ARTICLE_LIMIT handling --- tt-rss.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tt-rss.php b/tt-rss.php index b225a1ce..f0203e55 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -169,16 +169,17 @@ $def_art_limit = get_pref($link, 'DEFAULT_ARTICLE_LIMIT'); - print $def_art_limit; - - if ($def_art_limit >= 0) { + if ($def_art_limit >= 0 && !array_key_exists($def_art_limit, $limits)) { $limits[$def_art_limit] = $def_art_limit; } - - asort($limits); + asort($limits); array_push($limits, 0); + if (!$def_art_limit) { + $def_art_limit = 30; + } + foreach ($limits as $key) { print "