[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
www
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 10 Sep 2007 11:44:01 -0000
www Mon Sep 10 07:44:01 2007 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
Not needed anymore after Switchserver
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.177 loncom/auth/lonroles.pm:1.178
--- loncom/auth/lonroles.pm:1.177 Tue Apr 17 11:44:58 2007
+++ loncom/auth/lonroles.pm Mon Sep 10 07:44:00 2007
@@ -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 @@
&Apache::loncommon::end_page());
return OK;
} else {
- if ($advanced) {
- $r->print('<span class="LC_rolesinfo">'.&mt("Your home server is ").
- &Apache::lonnet::hostname(&Apache::lonnet::homeserver
- ($env{'user.name'},$env{'user.domain'})).
- "<br />\n");
- $r->print(&mt(
- "Author and Co-Author roles are not available on servers other than their respective home servers.").'</span>');
- }
if (($ENV{'REDIRECT_QUERY_STRING'}) && ($fn)) {
$fn.='?'.$ENV{'REDIRECT_QUERY_STRING'};
}