diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-07 22:14:58 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-07 22:14:58 +0000 |
| commit | 494f80a62c73eae0ef1a1350c512bf22b6d84e11 (patch) | |
| tree | ad69526832e33450b97ae26f33a67e220be4e174 /plugins/data.rss.php | |
| parent | 69514fa3386e57bbe7f33112a4d73ffaff8711e4 (diff) | |
| download | liberty-494f80a62c73eae0ef1a1350c512bf22b6d84e11.tar.gz liberty-494f80a62c73eae0ef1a1350c512bf22b6d84e11.tar.bz2 liberty-494f80a62c73eae0ef1a1350c512bf22b6d84e11.zip | |
apply same standard to all plugins
Diffstat (limited to 'plugins/data.rss.php')
| -rw-r--r-- | plugins/data.rss.php | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <?php /** - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ * @package liberty * @subpackage plugins_data */ @@ -17,13 +17,13 @@ // | Reworked for Bitweaver (& Undoubtedly Screwed-Up) // | by: StarRider <starrrider@users.sourceforge.net> // +----------------------------------------------------------------------+ -// $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}'; |
