fixed UserList

This commit is contained in:
Yung Han Khoe 2008-12-01 10:11:24 +00:00
parent 51c133fa1e
commit e085eff6af
7 changed files with 30 additions and 33 deletions

View file

@ -54,11 +54,11 @@ our $HELP = {
{ 'name' => 'user_name' },
{ 'name' => 'user_id' },
{ 'name' => 'user_profile_PROFILEFIELDNAME_value' },
{ 'name' => 'user_profile_PROFILEFIELDNAME_notPublic' },
{ 'name' => 'user_profile_PROFILEFIELDNAME_file' },
{ 'name' => 'user_profile_emailNotPublic' },
{ 'name' => 'user_profile_loop',
'variables' => [
{ 'name' => 'profile_emailNotPublic' },
{ 'name' => 'profile_notPublic' },
{ 'name' => 'profile_value' },
{ 'name' => 'profile_file' },
],