--- loncom/interface/lonhtmlcommon.pm 2006/07/18 21:55:24 1.144 +++ loncom/interface/lonhtmlcommon.pm 2006/07/21 08:59:30 1.145 @@ -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.145 2006/07/21 08:59:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1264,9 +1264,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); # }