From ad326dbf78f824c3b26558a05893cec80e07f898 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Jan 2017 20:57:16 +0300 Subject: unpackVisibleHeadlines: do not iterate over all RROWs all the time --- classes/feeds.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index e0756b664..4a34945cd 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -706,14 +706,9 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; -// if (!$expand_cdm) { - $reply['content'] .= ""; - $reply['content'] .= htmlspecialchars($line["content"]); - $reply['content'] .= ""; + $reply['content'] .= htmlspecialchars($line["content"]); + $reply['content'] .= ""; $reply['content'] .= ""; -- cgit v1.2.3