diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:19 +0000 |
| commit | 065390ab852a58a14c6339e90dfb0d7eced2afba (patch) | |
| tree | d112df21749dc050030bf4b665da4e3755a3a9f4 /plugins/data.userlink.php | |
| parent | 300a03c554874c55d3a6861450a7c780e19c89f4 (diff) | |
| download | liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.tar.gz liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.tar.bz2 liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.zip | |
merge recent changes into HEAD
Diffstat (limited to 'plugins/data.userlink.php')
| -rwxr-xr-x | plugins/data.userlink.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.userlink.php b/plugins/data.userlink.php index 804a2f2..4b2b972 100755 --- a/plugins/data.userlink.php +++ b/plugins/data.userlink.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @package liberty * @subpackage plugins_data * @author bigwasp bigwasp@sourceforge.net @@ -19,7 +19,7 @@ // | by: StarRider <starrrider@sourceforge.net> // | Reworked from: wikiplugin_usercount.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.userlink.php,v 1.2 2005/08/07 17:40:31 squareing Exp $ +// $Id: data.userlink.php,v 1.3 2005/11/22 07:27:18 squareing Exp $ /** * definitions @@ -71,7 +71,7 @@ function data_userlink($data, $params) { $nFlag = 0; $myHash = array(); $ret = ''; - extract ($params); + extract ($params, EXTR_SKIP); if (isset($login)) { $myHash['login'] = $login; $nFlag++; |
