--- loncom/auth/lonroles.pm 2008/12/10 21:46:50 1.213 +++ loncom/auth/lonroles.pm 2008/12/15 16:37:53 1.214 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.213 2008/12/10 21:46:50 kaisler Exp $ +# $Id: lonroles.pm,v 1.214 2008/12/15 16:37:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -535,9 +535,9 @@ ENDENTERKEY $r->send_http_header; return OK if $r->header_only; - my @brcrum =[{href=>"/admmm/roles",text=>"User Roles"}]; + my $brcrum =[{href=>"/admm/roles",text=>"User Roles"}]; my $swinfo=&Apache::lonmenu::rawconfig(); - my $start_page=&Apache::loncommon::start_page('User Roles',undef,{bread_crumbs=>@brcrum}); + my $start_page=&Apache::loncommon::start_page('User Roles',undef,{bread_crumbs=>$brcrum}); my $standby=&mt('Role selected. Please stand by.'); $standby=~s/\n/\\n/g; my $noscript=''.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.').'
'.&mt('As this is not the case, most functionality in the system will be unavailable.').'

';