--- loncom/interface/loncommon.pm 2011/06/06 22:20:52 1.1011 +++ loncom/interface/loncommon.pm 2011/06/07 19:17:56 1.1012 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1011 2011/06/06 22:20:52 www Exp $ +# $Id: loncommon.pm,v 1.1012 2011/06/07 19:17:56 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -475,7 +475,7 @@ sub selectstudent_link { &mt('Select User').''; } if ($env{'request.role'}=~/^(au|dc|su)/) { - $callargs .= ",1"; + $callargs .= ",'',1"; return ''. ''. &mt('Select User').'';