--- loncom/interface/domainprefs.pm 2007/03/01 18:24:09 1.4 +++ loncom/interface/domainprefs.pm 2007/03/08 01:58:44 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.4 2007/03/01 18:24:09 raeburn Exp $ +# $Id: domainprefs.pm,v 1.5 2007/03/08 01:58:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,7 @@ sub handler { } my $dom = $env{'request.role.domain'}; - my $domdesc = $Apache::lonnet::domaindescription{$dom}; + my $domdesc = &Apache::lonnet::domain($dom,'description'); if (&Apache::lonnet::allowed('mau',$dom)) { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header;