Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.83 and 1.84

version 1.83, 2004/07/19 21:14:15 version 1.84, 2004/07/26 21:57:27
Line 1068  returns: nothing Line 1068  returns: nothing
 #        if ($bug ne '') {  #        if ($bug ne '') {
 #            $icons .= &Apache::loncommon::help_open_bug($bug);  #            $icons .= &Apache::loncommon::help_open_bug($bug);
 #        }  #        }
         if (defined($component_help)) {  
             $icons .=  
                 &Apache::loncommon::help_open_topic($component_help);  
         }  
         $icons .= &Apache::loncommon::help_open_menu($color,$component,$component_help,$function,$faq,$bug);          $icons .= &Apache::loncommon::help_open_menu($color,$component,$component_help,$function,$faq,$bug);
         if ($icons ne '') {          if ($icons ne '') {
             $Str .= $icons.' ';              $Str .= $icons.' ';

Removed from v.1.83  
changed lines
  Added in v.1.84


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>