--- loncom/interface/slotrequest.pm 2005/10/26 23:37:51 1.26 +++ loncom/interface/slotrequest.pm 2005/10/27 15:11:03 1.27 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.26 2005/10/26 23:37:51 banghart Exp $ +# $Id: slotrequest.pm,v 1.27 2005/10/27 15:11:03 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -34,7 +34,7 @@ use Apache::Constants qw(:common :http : use Apache::loncommon(); use Apache::lonlocal; use Apache::lonnet; -# use Date::Manip; +use Date::Manip; sub fail { my ($r,$code)=@_;