--- loncom/interface/slotrequest.pm	2005/10/17 21:21:39	1.25
+++ loncom/interface/slotrequest.pm	2005/10/26 23:37:51	1.26
@@ -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.25 2005/10/17 21:21:39 albertel Exp $
+# $Id: slotrequest.pm,v 1.26 2005/10/26 23:37:51 banghart 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)=@_;