webgui/lib/WebGUI/Help/Macro_Hash_userId.pm
2005-06-18 03:58:32 +00:00

20 lines
248 B
Perl

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