Diff for /loncom/interface/londocs.pm between versions 1.627 and 1.628

version 1.627, 2017/05/10 00:03:08 version 1.628, 2017/05/10 13:49:14
Line 678  sub group_import { Line 678  sub group_import {
                     my @deleted;                      my @deleted;
                     if (ref($ltitoolsref->{$toolid}) eq 'HASH') {                      if (ref($ltitoolsref->{$toolid}) eq 'HASH') {
                         $toolhash{'id'} = $toolid;                          $toolhash{'id'} = $toolid;
                         if (($toolhash{'target'} eq 'iframe') || ($toolhash{'target'} eq 'window')) {                          if (($toolhash{'target'} eq 'iframe') || ($toolhash{'target'} eq 'tab') ||
                               ($toolhash{'target'} eq 'window')) {
                             if ($toolhash{'target'} eq 'window') {                              if ($toolhash{'target'} eq 'window') {
                                 foreach my $item ('width','height') {                                  foreach my $item ('width','height') {
                                     $toolhash{$item} =~ s/^\s+//;                                      $toolhash{$item} =~ s/^\s+//;
Line 712  sub group_import { Line 713  sub group_import {
                                 delete($toolhash{$item});                                  delete($toolhash{$item});
                                 if ($residx) {                                  if ($residx) {
                                     if ($toolsettings{$item}) {                                      if ($toolsettings{$item}) {
                                           push(@deleted,$item);
                                       }
                                   }
                               }
                           } elsif ($toolhash{'target'} eq 'tab') {
                               foreach my $item ('width','height') {
                                   delete($toolhash{$item});
                                   if ($residx) {
                                       if ($toolsettings{$item}) {
                                         push(@deleted,$item);                                          push(@deleted,$item);
                                     }                                      }
                                 }                                  }

Removed from v.1.627  
changed lines
  Added in v.1.628


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