From 494f80a62c73eae0ef1a1350c512bf22b6d84e11 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 7 Aug 2006 22:14:58 +0000 Subject: apply same standard to all plugins --- plugins/data.rss.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/data.rss.php') diff --git a/plugins/data.rss.php b/plugins/data.rss.php index e114971..3439197 100644 --- a/plugins/data.rss.php +++ b/plugins/data.rss.php @@ -1,6 +1,6 @@ // +----------------------------------------------------------------------+ -// $Id: data.rss.php,v 1.6 2006/04/06 05:06:11 starrrider Exp $ +// $Id: data.rss.php,v 1.7 2006/08/07 22:14:58 squareing Exp $ /** * definitions */ global $gLibertySystem; -define( 'PLUGIN_GUID_RSS', 'datarss' ); +define( 'PLUGIN_GUID_DATARSS', 'datarss' ); global $gLibertySystem; $pluginParams = array ( 'tag' => 'RSS', @@ -39,8 +39,8 @@ $pluginParams = array ( 'security' => 'registered', 'plugin_type' => DATA_PLUGIN ); -$gLibertySystem->registerPlugin( PLUGIN_GUID_RSS, $pluginParams ); -$gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_RSS ); +$gLibertySystem->registerPlugin( PLUGIN_GUID_DATARSS, $pluginParams ); +$gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATARSS ); function rss_extended_help() { return 'NO HELP WRITTEN FOR {RSS}'; -- cgit v1.3