--- loncom/interface/statistics/lonstudentassessment.pm 2003/12/05 21:04:34 1.76 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/12/08 19:37:07 1.77 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.76 2003/12/05 21:04:34 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.77 2003/12/08 19:37:07 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,6 +52,7 @@ package Apache::lonstudentassessment; use strict; use Apache::lonstatistics; use Apache::lonhtmlcommon; +use Apache::loncommon(); use Apache::loncoursedata; use Apache::lonnet; # for logging porpoises use Apache::lonlocal;