--- loncom/interface/loncommon.pm 2009/05/14 17:28:23 1.814 +++ loncom/interface/loncommon.pm 2009/05/15 09:33:22 1.815 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.814 2009/05/14 17:28:23 bisitz Exp $ +# $Id: loncommon.pm,v 1.815 2009/05/15 09:33:22 tempelho Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6799,7 +6799,7 @@ Returns either 'student','coordinator',' ############################################### sub get_users_function { - my $function = 'student'; + my $function = 'norole'; if ($env{'request.role'}=~/^(cc|in|ta|ep)/) { $function='coordinator'; }