Update rss.php
This commit is contained in:
parent
bb857f0cda
commit
a0b1c2e733
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ $date= date('Y d M H:i:s', strtotime($date));
|
|||
//{
|
||||
//$content=$match[0].'...';
|
||||
//}
|
||||
$content = $row['content'];
|
||||
rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date);
|
||||
}
|
||||
mysqli_free_result($result);
|
||||
|
|
Loading…
Reference in a new issue