--- loncom/auth/lonroles.pm 2007/04/17 15:44:58 1.177 +++ loncom/auth/lonroles.pm 2007/09/10 11:44:00 1.178 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.177 2007/04/17 15:44:58 www Exp $ +# $Id: lonroles.pm,v 1.178 2007/09/10 11:44:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -443,14 +443,6 @@ ENDHEADER &Apache::loncommon::end_page()); return OK; } else { - if ($advanced) { - $r->print(''.&mt("Your home server is "). - &Apache::lonnet::hostname(&Apache::lonnet::homeserver - ($env{'user.name'},$env{'user.domain'})). - "
\n"); - $r->print(&mt( - "Author and Co-Author roles are not available on servers other than their respective home servers.").'
'); - } if (($ENV{'REDIRECT_QUERY_STRING'}) && ($fn)) { $fn.='?'.$ENV{'REDIRECT_QUERY_STRING'}; }