mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
RSS admin code clean-up
This commit is contained in:
@@ -125,8 +125,6 @@ class rss_ui extends e_admin_ui
|
|||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$tp = e107::getParser();
|
$tp = e107::getParser();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
foreach($_POST['importid'] as $key=>$value)
|
foreach($_POST['importid'] as $key=>$value)
|
||||||
{
|
{
|
||||||
$rssVals = array();
|
$rssVals = array();
|
||||||
@@ -151,7 +149,6 @@ class rss_ui extends e_admin_ui
|
|||||||
{
|
{
|
||||||
// Import - put up the list of possible feeds to import
|
// Import - put up the list of possible feeds to import
|
||||||
|
|
||||||
|
|
||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$ns = e107::getRender();
|
$ns = e107::getRender();
|
||||||
$mes = e107::getMessage();
|
$mes = e107::getMessage();
|
||||||
@@ -397,7 +394,7 @@ class rss_form_ui extends e_admin_form_ui
|
|||||||
|
|
||||||
|
|
||||||
/// ------------------------------- Legacy Code -------------------------------
|
/// ------------------------------- Legacy Code -------------------------------
|
||||||
|
/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -477,6 +474,7 @@ else
|
|||||||
{
|
{
|
||||||
require_once(e_PLUGIN."rss_menu/rss_template.php");
|
require_once(e_PLUGIN."rss_menu/rss_template.php");
|
||||||
}*/
|
}*/
|
||||||
|
/*
|
||||||
|
|
||||||
$frm = e107::getForm();
|
$frm = e107::getForm();
|
||||||
|
|
||||||
@@ -842,7 +840,7 @@ class rss
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
// Comments
|
/* // Comments
|
||||||
$feed['name'] = LAN_COMMENTS;
|
$feed['name'] = LAN_COMMENTS;
|
||||||
$feed['url'] = 'comments';
|
$feed['url'] = 'comments';
|
||||||
$feed['topic_id'] = '';
|
$feed['topic_id'] = '';
|
||||||
|
Reference in New Issue
Block a user