Diff for /loncom/interface/lontiny.pm between versions 1.8 and 1.9

version 1.8, 2021/11/03 01:04:03 version 1.9, 2022/05/24 16:23:04
Line 317  sub launch_check { Line 317  sub launch_check {
     }      }
     if ($deeplink ne '') {      if ($deeplink ne '') {
         my $disallow;          my $disallow;
         my ($state,$others,$listed,$scope,$protect) = split(/,/,$deeplink);          my ($state,$others,$listed,$scope,$protect,$display,$target) = split(/,/,$deeplink);
         if (($protect ne 'none') && ($protect ne '')) {          if (($protect ne 'none') && ($protect ne '')) {
             my ($acctype,$item) = split(/:/,$protect);              my ($acctype,$item) = split(/:/,$protect);
             if ($acctype =~ /lti(c|d)$/) {              if ($acctype =~ /lti(c|d)$/) {
Line 360  sub launch_check { Line 360  sub launch_check {
                 }                  }
             }              }
             &Apache::lonnet::appenv({'request.deeplink.login' => $linkuri});              &Apache::lonnet::appenv({'request.deeplink.login' => $linkuri});
               if ($target ne '') {
                   &Apache::lonnet::appenv({'request.deeplink.target' => $target});
               }
         }          }
     } else {      } else {
         if ($linkprotector) {          if ($linkprotector) {

Removed from v.1.8  
changed lines
  Added in v.1.9


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