--- loncom/interface/lonpopulate.pm 2004/01/15 05:56:34 1.10 +++ loncom/interface/lonpopulate.pm 2004/04/16 13:26:44 1.11 @@ -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 print_reply () { 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'}.