Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.66 and 1.160.6.67

version 1.160.6.66, 2016/08/04 17:53:12 version 1.160.6.67, 2016/08/05 20:12:25
Line 6147  sub modify_login { Line 6147  sub modify_login {
                 if ($domservers{$lonhost}) {                  if ($domservers{$lonhost}) {
                     if (ref($domconfig{'login'}{'headtag'}{$lonhost}) eq 'HASH') {                      if (ref($domconfig{'login'}{'headtag'}{$lonhost}) eq 'HASH') {
                         $currheadtagurls{$lonhost} = $domconfig{'login'}{'headtag'}{$lonhost}{'url'};                          $currheadtagurls{$lonhost} = $domconfig{'login'}{'headtag'}{$lonhost}{'url'};
                         $currexempt{$lonhost} = $domconfig{'login'}{'headtagexempt'}{$lonhost}{'exempt'}                          $currexempt{$lonhost} = $domconfig{'login'}{'headtag'}{$lonhost}{'exempt'}
                     }                      }
                 }                  }
             }              }

Removed from v.1.160.6.66  
changed lines
  Added in v.1.160.6.67


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