--- loncom/interface/loncommon.pm 2007/03/03 01:33:20 1.512 +++ loncom/interface/loncommon.pm 2007/03/08 01:58:44 1.514 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.512 2007/03/03 01:33:20 albertel Exp $ +# $Id: loncommon.pm,v 1.514 2007/03/08 01:58:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1270,7 +1270,7 @@ sub create_text_file { sub domain_select { my ($name,$value,$multiple)=@_; my %domains=map { - $_ => $_.' '.$Apache::lonnet::domaindescription{$_} + $_ => $_.' '. &Apache::lonnet::domain($_,'description') } &Apache::lonnet::all_domains(); if ($multiple) { $domains{''}=&mt('Any domain'); @@ -1451,23 +1451,6 @@ sub select_dom_form { =pod -=item * get_library_servers($domain) - -Returns a hash which contains keys like '103l3' and values like -'kirk.lite.msu.edu'. All of the keys will be for machines in the -given $domain. - -=cut - -#------------------------------------------- -sub get_library_servers { - return &Apache::lonnet::get_servers($_[0],'library'); -} - -#------------------------------------------- - -=pod - =item * home_server_option_list($domain) returns a string which contains an