webgui/lib/WebGUI/Help/Macro_Hash_userId.pm
2005-04-05 17:47:47 +00:00

18 lines
229 B
Perl

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