--- loncom/interface/lonquickgrades.pm 2015/03/13 22:40:35 1.49.6.2 +++ loncom/interface/lonquickgrades.pm 2017/04/02 13:42:06 1.49.6.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.49.6.2 2015/03/13 22:40:35 raeburn Exp $ +# $Id: lonquickgrades.pm,v 1.49.6.3 2017/04/02 13:42:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -35,6 +35,7 @@ use Apache::loncommon; use Apache::lonlocal; use Apache::lonnet; use Apache::grades; +use Apache::lonuserstate; sub handler { my $r = shift;