Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.136 and 1.137

version 1.136, 2006/06/22 23:22:41 version 1.137, 2006/06/26 22:31:56
Line 1266  returns: nothing Line 1266  returns: nothing
 #            $icons .= &Apache::loncommon::help_open_bug($bug);  #            $icons .= &Apache::loncommon::help_open_bug($bug);
 #        }  #        }
  if ($helplink ne 'nohelp') {   if ($helplink ne 'nohelp') {
     $icons .= &Apache::loncommon::help_open_menu(undef,$component,      $icons .= &Apache::loncommon::help_open_menu($component,
  $component_help,   $component_help,
  undef,$faq,$bug);   $faq,$bug);
  }   }
         if ($icons ne '') {          if ($icons ne '') {
             $Str .= $icons.' ';              $Str .= $icons.' ';

Removed from v.1.136  
changed lines
  Added in v.1.137


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