--- loncom/interface/Attic/londropadd.pm 2003/04/30 15:49:45 1.65 +++ loncom/interface/Attic/londropadd.pm 2003/05/21 16:06:09 1.66 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.65 2003/04/30 15:49:45 matthew Exp $ +# $Id: londropadd.pm,v 1.66 2003/05/21 16:06:09 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1080,10 +1080,8 @@ sub modify_single_student { my $section = $ENV{'form.section'}; my $courseid = $ENV{'request.course.id'}; my $sid = $ENV{'form.id'}; - my $starttime = &Apache::lonhtmlcommon::get_date_from_form('startdate', - time); - my $endtime = &Apache::lonhtmlcommon::get_date_from_form('enddate', - time); + my $starttime = &Apache::lonhtmlcommon::get_date_from_form('startdate'); + my $endtime = &Apache::lonhtmlcommon::get_date_from_form('enddate'); my $displayable_starttime = localtime($starttime); my $displayable_endtime = localtime($endtime); #