Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.59 and 1.60

version 1.59, 2004/03/03 22:55:35 version 1.60, 2004/03/08 17:31:37
Line 928  returns: nothing Line 928  returns: nothing
         # Make the faq and bug data cascade          # Make the faq and bug data cascade
         my $faq = '';          my $faq = '';
         my $bug = '';          my $bug = '';
         # The last breadcrumb does not have a link, so handle it seperately.          # The last breadcrumb does not have a link, so handle it separately.
         my $last = pop(@Crumbs);          my $last = pop(@Crumbs);
         #          #
         # The first one should be the course, I guess.          # The first one should be the course, I guess.

Removed from v.1.59  
changed lines
  Added in v.1.60


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