[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
raeburn
raeburn@source.lon-capa.org
Wed, 02 Jun 2010 15:41:50 -0000
raeburn Wed Jun 2 15:41:50 2010 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- Remove line no longer needed after changes in 1.249.
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.249 loncom/auth/lonroles.pm:1.250
--- loncom/auth/lonroles.pm:1.249 Wed Jun 2 15:17:07 2010
+++ loncom/auth/lonroles.pm Wed Jun 2 15:41:50 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.249 2010/06/02 15:17:07 raeburn Exp $
+# $Id: lonroles.pm,v 1.250 2010/06/02 15:41:50 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -799,7 +799,6 @@
&Apache::loncommon::continue_data_table_row().
$role_text_end.
&Apache::loncommon::end_data_table_row();
- $output.=&display_cc_role('user.role.'.$role);
}
}
}