Diff for /rat/lonwrapper.pm between versions 1.49.2.11.2.7 and 1.85

version 1.49.2.11.2.7, 2024/02/28 19:01:41 version 1.85, 2023/11/18 21:50:06
Line 453  sub handler { Line 453  sub handler {
                 $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'};                  $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'};
                 &Apache::loncommon::validate_folderpath(1,'',$cnum,$cdom);                  &Apache::loncommon::validate_folderpath(1,'',$cnum,$cdom);
             }              }
             unless ($env{'form.only_body'}) {               unless ($env{'form.only_body'}) {
                 $brcrum =                  $brcrum =
                     &Apache::lonhtmlcommon::docs_breadcrumbs(undef,$crstype,undef,$title,1);                      &Apache::lonhtmlcommon::docs_breadcrumbs(undef,$crstype,undef,$title,1);
             }              }

Removed from v.1.49.2.11.2.7  
changed lines
  Added in v.1.85


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