--- loncom/interface/slotrequest.pm 2005/09/13 07:31:08 1.15 +++ loncom/interface/slotrequest.pm 2005/09/13 07:33:59 1.16 @@ -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.15 2005/09/13 07:31:08 albertel Exp $ +# $Id: slotrequest.pm,v 1.16 2005/09/13 07:33:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -715,7 +715,7 @@ sub csv_upload_assign { $slot{'starttime'}=&UnixDate($entries{$fields{'starttime'}},"%s"); } if ($entries{$fields{'endtime'}}) { - $slot{'endtime'}=&UnixDate($entries{$fields{'starttime'}},"%s"); + $slot{'endtime'}=&UnixDate($entries{$fields{'endtime'}},"%s"); } foreach my $key ('ip','proctor','description','maxspace', 'secret','symb') {