[LON-CAPA-cvs] cvs: loncom /interface slotrequest.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 27 Oct 2005 15:11:04 -0000


albertel		Thu Oct 27 11:11:04 2005 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - uh no.
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.26 loncom/interface/slotrequest.pm:1.27
--- loncom/interface/slotrequest.pm:1.26	Wed Oct 26 19:37:51 2005
+++ loncom/interface/slotrequest.pm	Thu Oct 27 11:11:03 2005
@@ -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::loncommon();
 use Apache::lonlocal;
 use Apache::lonnet;
-# use Date::Manip;
+use Date::Manip;
 
 sub fail {
     my ($r,$code)=@_;