Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.973 and 1.974

version 1.973, 2008/11/28 12:09:16 version 1.974, 2008/11/29 09:57:43
Line 8543  sub get_dns { Line 8543  sub get_dns {
  }   }
  return $domain{$name}{$what};   return $domain{$name}{$what};
     }      }
   
       sub domain_info {
           &load_domain_tab() if (!$loaded);
           return %domain;
       }
   
 }  }
   
   
Line 8620  sub get_dns { Line 8626  sub get_dns {
  return %name_to_host;   return %name_to_host;
     }      }
   
       sub all_host_domain {
           &load_hosts_tab() if (!$loaded);
           return %hostdom;
       }
   
     sub is_library {      sub is_library {
  &load_hosts_tab() if (!$loaded);   &load_hosts_tab() if (!$loaded);
   

Removed from v.1.973  
changed lines
  Added in v.1.974


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