webgui/lib/WebGUI/Help/WobjectProxy.pm
Colin Kuskie fc55e228f8 Someone has moved sections of Help documentation and renamed them, but
didn't resolve the empty links.  This is the first batch of corrections.
2004-11-11 05:23:45 +00:00

21 lines
329 B
Perl

package WebGUI::Help::WobjectProxy;
our $HELP = {
'wobject proxy add/edit' => {
title => '5',
body => '6',
related => [
{
tag => 'wobjects using',
namespace => 'WebGUI'
},
{
tag => 'metadata manage',
namespace => 'MetaData'
},
]
},
};
1;