webgui/lib/WebGUI/Help/Hash_userId.pm
2005-04-03 07:39:56 +00:00

18 lines
223 B
Perl

package WebGUI::Help::Hash_userId;
our $HELP = {
'user id' => {
title => 'user id title',
body => 'user id body',
related => [
{
tag => 'macros using',
namespace => 'WebGUI'
},
]
},
};
1;