diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:11 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:11 +0000 |
| commit | 1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c (patch) | |
| tree | 0092f5a24ffb7fca352d6a5f69eacba5fde71bc5 /plugins/data.usercount.php | |
| parent | 0cca5428deb82c6e76859f034662a6cbbaa69b6e (diff) | |
| download | liberty-1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c.tar.gz liberty-1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c.tar.bz2 liberty-1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c.zip | |
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'plugins/data.usercount.php')
| -rw-r--r-- | plugins/data.usercount.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.usercount.php b/plugins/data.usercount.php index 341be35..ac2a0fd 100644 --- a/plugins/data.usercount.php +++ b/plugins/data.usercount.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @package Liberty * @subpackage plugins_data */ @@ -18,7 +18,7 @@ // | by: StarRider <starrrider@sourceforge.net> // | Reworked from: wikiplugin_usercount.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.usercount.php,v 1.2 2005/06/28 07:45:48 spiderr Exp $ +// $Id: data.usercount.php,v 1.3 2005/07/17 17:36:10 squareing Exp $ /** * definitions @@ -33,7 +33,7 @@ $pluginParams = array ( 'tag' => 'USERCOUNT', // 'title' => 'UserCount', // and Remove the comment from the start of this line 'help_page' => 'DataPluginUserCount', 'description' => tra("Will show the number of users. If a Group Name can be included to filter the Groups."), - 'help_function' => 'data__usercount_help', + 'help_function' => 'data_usercount_help', 'syntax' => "{USERCOUNT}Group Name{USERCOUNT}", 'plugin_type' => DATA_PLUGIN ); |
