diff options
author | cash <cash.costello@gmail.com> | 2011-09-26 20:31:58 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-09-26 20:31:58 -0400 |
commit | 700ae307bd2bc698f60ffd02afcc87aaff9f74e5 (patch) | |
tree | 62e83dccc9094a0f5bb2ed312a9f7417d55aec95 /views/default/input/userpicker.php | |
parent | 33d791bee34f1b2d5ae6b0c8e184c4bb1c00bc1a (diff) | |
download | elgg-700ae307bd2bc698f60ffd02afcc87aaff9f74e5.tar.gz elgg-700ae307bd2bc698f60ffd02afcc87aaff9f74e5.tar.bz2 |
Fixes #2921 clearing new ignore internal variables
Diffstat (limited to 'views/default/input/userpicker.php')
-rw-r--r-- | views/default/input/userpicker.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/default/input/userpicker.php b/views/default/input/userpicker.php index dcd65072a..b852d24fc 100644 --- a/views/default/input/userpicker.php +++ b/views/default/input/userpicker.php @@ -6,15 +6,15 @@ * @subpackage Core * * @uses $vars['value'] Array of user guids for already selected users or null - * @uses $vars['name'] The name of the input field * + * The name of the hidden fields is members[] * * Defaults to lazy load user lists in paginated alphabetical order. User needs - * two type two characters before seeing the user popup list. + * to type two characters before seeing the user popup list. * * As users are checked they move down to a "users" box. - * When this happens, a hidden input is created also. - * {$internalnal}[] with the value the GUID. + * When this happens, a hidden input is created with the + * name of members[] and a value of the GUID. * * @warning: this is not stable */ |