--- loncom/interface/lonhtmlcommon.pm 2006/07/18 21:55:24 1.144 +++ loncom/interface/lonhtmlcommon.pm 2006/07/27 22:27:08 1.146 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.144 2006/07/18 21:55:24 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.146 2006/07/27 22:27:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1094,6 +1094,7 @@ _editor_url='/htmlarea/'; _editor_lang='$lang'; + ENDHEADERS } @@ -1264,9 +1265,9 @@ returns: nothing $bug = $last->{'bug'} if (exists($last->{'bug'})); $help = $last->{'help'} if (exists($last->{'help'})); $component_help=($component_help?$component_help:$help); - if ($faq ne '') { - $icons .= &Apache::loncommon::help_open_faq($faq); - } +# if ($faq ne '') { +# $icons .= &Apache::loncommon::help_open_faq($faq); +# } # if ($bug ne '') { # $icons .= &Apache::loncommon::help_open_bug($bug); # }