mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Global fix.
This commit is contained in:
@@ -18,7 +18,10 @@
|
|||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
global $tp,$PLUGINS_DIRECTORY;
|
global $PLUGINS_DIRECTORY;
|
||||||
|
|
||||||
|
$tp = e107::getParser();
|
||||||
|
$sql = e107::getDb();
|
||||||
|
|
||||||
if($sql->db_Select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY rss_name"))
|
if($sql->db_Select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY rss_name"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user