From 705b97b7fca9ea70820af5fcd926f88903eaa430 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Jun 2012 22:42:42 +0400 Subject: revert to previous catchup behaviour on reverse headlines mode; fix typo in js --- include/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 346396ed6..918192cd3 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1326,7 +1326,8 @@ //if (preg_match("/^-?[0-9][0-9]*$/", $feed) != false) { - $ref_check_qpart = ($max_id) ? "ref_id <= '$max_id'" : "true"; + $ref_check_qpart = ($max_id && + !get_pref($link, 'REVERSE_HEADLINES')) ? "ref_id <= '$max_id'" : "true"; if (is_numeric($feed)) { if ($cat_view) { -- cgit v1.2.3