1
0
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:
Cameron
2013-06-18 21:12:47 -07:00
parent 34f0eeb409
commit a1c768f847
4 changed files with 11 additions and 6 deletions

View File

@@ -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'])."' />";