Diff for /rat/lonwrapper.pm between versions 1.49.2.7.2.3 and 1.49.2.7.2.4

version 1.49.2.7.2.3, 2020/07/18 20:34:58 version 1.49.2.7.2.4, 2020/09/08 00:10:21
Line 290  sub handler { Line 290  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_lti($cdom,'consumer');              my %ltitools = &Apache::lonnet::get_domain_ltitools($cdom);
             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.7.2.3  
changed lines
  Added in v.1.49.2.7.2.4


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