--- loncom/homework/hint.pm 2004/12/06 19:48:22 1.58 +++ loncom/homework/hint.pm 2005/04/07 06:56:21 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # implements the tags that control the hints # -# $Id: hint.pm,v 1.58 2004/12/06 19:48:22 albertel Exp $ +# $Id: hint.pm,v 1.59 2005/04/07 06:56:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,7 +29,7 @@ package Apache::hinttags; use strict; -use Apache::lonnet(); +use Apache::lonnet; use capa; use Apache::lonlocal;