mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Minor fixes to the rss plugin.
This commit is contained in:
@@ -164,6 +164,11 @@ SC_END
|
||||
|
||||
SC_BEGIN RSS_ADMIN_IMPORT_CHECK
|
||||
global $feed, $rs, $tp, $i;
|
||||
if($feed['description'])
|
||||
{
|
||||
$feed['text'] = $feed['description'];
|
||||
}
|
||||
|
||||
$text = "<input type='checkbox' name='importid[$i]' value='1' />";
|
||||
$text .= "<input type='hidden' name='name[$i]' value='".$tp->toForm($feed['name'])."' />";
|
||||
$text .= "<input type='hidden' name='url[$i]' value='".$tp->toForm($feed['url'])."' />";
|
||||
|
Reference in New Issue
Block a user