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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 16 Apr 2004 13:26:44 -0000


albertel		Fri Apr 16 09:26:44 2004 EDT

  Modified files:              
    /loncom/interface	lonpopulate.pm 
  Log:
  - removing hard coded end date value
  
  
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.10 loncom/interface/lonpopulate.pm:1.11
--- loncom/interface/lonpopulate.pm:1.10	Thu Jan 15 00:56:34 2004
+++ loncom/interface/lonpopulate.pm	Fri Apr 16 09:26:44 2004
@@ -1,5 +1,5 @@
 # automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.10 2004/01/15 05:56:34 raeburn Exp $
+# $Id: lonpopulate.pm,v 1.11 2004/04/16 13:26:44 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1848,9 +1848,6 @@
 
 sub setup_date_selectors {
     my ($starttime,$endtime) = @_;
-    if ($endtime == 0) {
-        $endtime = 1999915200;
-    }
     if (! defined($starttime)) {
         $starttime = time;
         if (exists($ENV{'course.'.$ENV{'request.course.id'}.