Update rss.php
This commit is contained in:
parent
a0b1c2e733
commit
191f092e4a
@ -23,8 +23,13 @@ $date= date('Y d M H:i:s', strtotime($date));
|
|||||||
//{
|
//{
|
||||||
//$content=$match[0].'...';
|
//$content=$match[0].'...';
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
//$content = nl2br('$content');
|
||||||
$content = $row['content'];
|
$content = $row['content'];
|
||||||
rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date);
|
//$content = get_extended($content);
|
||||||
|
|
||||||
|
rss::feed(htmlspecialchars($row['title']),$link,$content,$date);
|
||||||
|
//rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date);
|
||||||
}
|
}
|
||||||
mysqli_free_result($result);
|
mysqli_free_result($result);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user