merging 6.8.4 changes

This commit is contained in:
JT Smith 2006-01-02 15:52:45 +00:00
parent 9a17a77b43
commit 8d8c6d8065
3 changed files with 0 additions and 73 deletions

View file

@ -1,20 +0,0 @@
package WebGUI::Help::Macro_If;
our $HELP = {
'if' => {
title => 'if title',
body => 'if body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;