From 12b9d5539b3c8ceeb0e87802e2f36a2eef03b9b9 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 20 Jun 2017 20:01:55 +0200 Subject: [PATCH] Update rss.php --- feed/rss.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feed/rss.php b/feed/rss.php index bc472ee..5f531c7 100644 --- a/feed/rss.php +++ b/feed/rss.php @@ -20,10 +20,10 @@ $link = $url.slash.rss::clean($row['id']).slash; //$date= date("jS F Y h:i:s A", $row['date']); //$date= date('D, d M Y H:i:s', $row['now_time']); $date= date('d M Y H:i:s', $row['now_time']); -if (preg_match('/^.{1,200}\b/s', $row['content'], $match)) -{ -$content=$match[0].'...'; -} +//if (preg_match('/^.{1,200}\b/s', $row['content'], $match)) +//{ +//$content=$match[0].'...'; +//} rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date); } mysqli_free_result($result);