Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.800 and 1.801

version 1.800, 2006/10/27 21:54:40 version 1.801, 2006/10/30 11:10:51
Line 7236  BEGIN { Line 7236  BEGIN {
  while (my $line = <$fh>) {   while (my $line = <$fh>) {
            next if ($line =~ /^(\#|\s*$)/);             next if ($line =~ /^(\#|\s*$)/);
 #           next if /^\#/;  #           next if /^\#/;
            chomp;             chomp $line;
            my ($domain, $domain_description, $def_auth, $def_auth_arg,             my ($domain, $domain_description, $def_auth, $def_auth_arg,
        $def_lang, $city, $longi, $lati, $primary) = split(/:/,$line,9);         $def_lang, $city, $longi, $lati, $primary) = split(/:/,$line,9);
    $domain_auth_def{$domain}=$def_auth;     $domain_auth_def{$domain}=$def_auth;

Removed from v.1.800  
changed lines
  Added in v.1.801


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