--- loncom/interface/lonindexer.pm 2007/03/02 23:17:59 1.157 +++ loncom/interface/lonindexer.pm 2007/03/08 01:58:45 1.158 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.157 2007/03/02 23:17:59 albertel Exp $ +# $Id: lonindexer.pm,v 1.158 2007/03/08 01:58:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -856,8 +856,8 @@ sub display_line { '\')">print (' border="0" />'."\n"); $r->print (&mt("Domain")." - $listname "); - if ($Apache::lonnet::domaindescription{$listname}) { - $r->print("(".$Apache::lonnet::domaindescription{$listname}. + if (&Apache::lonnet::domain($listname,'description')) { + $r->print("(".&Apache::lonnet::domain($listname,'description'). ")"); } $r->print ("$tabtag\n");