Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1021 and 1.1022

version 1.1021, 2009/08/22 21:11:19 version 1.1022, 2009/08/23 03:57:20
Line 5774  sub auto_instcode_format { Line 5774  sub auto_instcode_format {
  push(@homeservers,$tryserver);   push(@homeservers,$tryserver);
     }      }
         }          }
       } elsif ($caller eq 'requests') {
           if ($codedom =~ /^$match_domain$/) {
               my $chome = &domain($codedom,'primary');
               unless ($chome eq 'no_host') {
                   push(@homeservers,$chome);
               }
           }
     } else {      } else {
         push(@homeservers,&homeserver($caller,$codedom));          push(@homeservers,&homeserver($caller,$codedom));
     }      }

Removed from v.1.1021  
changed lines
  Added in v.1.1022


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