--- loncom/interface/lonhtmlcommon.pm 2006/06/22 23:22:41 1.136 +++ loncom/interface/lonhtmlcommon.pm 2006/06/26 22:31:56 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.136 2006/06/22 23:22:41 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.137 2006/06/26 22:31:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1266,9 +1266,9 @@ returns: nothing # $icons .= &Apache::loncommon::help_open_bug($bug); # } if ($helplink ne 'nohelp') { - $icons .= &Apache::loncommon::help_open_menu(undef,$component, + $icons .= &Apache::loncommon::help_open_menu($component, $component_help, - undef,$faq,$bug); + $faq,$bug); } if ($icons ne '') { $Str .= $icons.' ';