Diff for /loncom/interface/lonsyllabus.pm between versions 1.138.2.8.2.4 and 1.155

version 1.138.2.8.2.4, 2023/10/06 16:44:42 version 1.155, 2024/01/25 22:23:32
Line 40  use Apache::lonannounce; Line 40  use Apache::lonannounce;
 use Apache::lonlocal;  use Apache::lonlocal;
 use Apache::lonhtmlcommon;  use Apache::lonhtmlcommon;
 use Apache::lonspeller();  use Apache::lonspeller();
   use Apache::lonwrapper();
 use HTML::Entities();  use HTML::Entities();
   
 sub handler {  sub handler {
Line 778  sub get_breadcrumbs{ Line 779  sub get_breadcrumbs{
     my ($cdom,$cnum,$crstype,$args) = @_;      my ($cdom,$cnum,$crstype,$args) = @_;
     return unless (ref($args) eq 'HASH');      return unless (ref($args) eq 'HASH');
     if ($env{'form.folderpath'} =~ /^supplemental/) {      if ($env{'form.folderpath'} =~ /^supplemental/) {
         &Apache::loncommon::validate_folderpath(1,'',$cnum,$cdom);            &Apache::loncommon::validate_folderpath(1,'',$cnum,$cdom);
         my $title = $env{'form.title'};          my $title = $env{'form.title'};
         if ($title eq '') {          if ($title eq '') {
             $title = &mt('Syllabus');              $title = &mt('Syllabus');

Removed from v.1.138.2.8.2.4  
changed lines
  Added in v.1.155


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