Diff for /rat/lonwrapper.pm between versions 1.49.2.4.4.1 and 1.49.2.4.4.2

version 1.49.2.4.4.1, 2020/04/07 20:39:03 version 1.49.2.4.4.2, 2020/05/22 23:54:42
Line 221  sub handler { Line 221  sub handler {
         my %toolhash = &Apache::lonnet::get('exttool_'.$marker,['target','linktext','explanation','id','width','height'],          my %toolhash = &Apache::lonnet::get('exttool_'.$marker,['target','linktext','explanation','id','width','height'],
                                             $cdom,$cnum);                                              $cdom,$cnum);
         if ($toolhash{'id'}) {          if ($toolhash{'id'}) {
             my %ltitools = &Apache::lonnet::get_domain_ltitools($cdom);              my %ltitools = &Apache::lonnet::get_domain_lti($cdom,'consumer');
             if (ref($ltitools{$toolhash{'id'}}) eq 'HASH') {              if (ref($ltitools{$toolhash{'id'}}) eq 'HASH') {
                 $exttoolremote = $ltitools{$toolhash{'id'}}{'url'};                  $exttoolremote = $ltitools{$toolhash{'id'}}{'url'};
             }              }

Removed from v.1.49.2.4.4.1  
changed lines
  Added in v.1.49.2.4.4.2


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