diff options
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++; |
