--- loncom/homework/outputtags.pm 2005/10/11 10:48:23 1.39 +++ loncom/homework/outputtags.pm 2005/11/02 20:31:55 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.39 2005/10/11 10:48:23 foxr Exp $ +# $Id: outputtags.pm,v 1.40 2005/11/02 20:31:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,6 +29,7 @@ package Apache::outputtags; use strict; +use Apache::lonlocal; use Apache::lonnet; use POSIX qw(strftime);