fixed bug 705541

This commit is contained in:
JT Smith 2003-03-23 20:36:52 +00:00
parent 955c903ea4
commit 264a11e240
2 changed files with 5 additions and 3 deletions

View file

@ -18,6 +18,7 @@ use WebGUI::DateTime;
use WebGUI::HTMLForm;
use WebGUI::Icon;
use WebGUI::International;
use WebGUI::Macro;
use WebGUI::Operation::Shared;
use WebGUI::Session;
use WebGUI::SQL;
@ -228,7 +229,7 @@ sub www_viewHelp {
$output .= '<p><b>'.WebGUI::International::get(94).':<ul>';
$output .= _seeAlso($help{seeAlso});
$output .= '<li><a href="'.WebGUI::URL::page('op=viewHelpIndex').'">'.WebGUI::International::get(95).'</a></ul>';
return $output;
return WebGUI::Macro::negate($output);
}
#-------------------------------------------------------------------