--- loncom/interface/slotrequest.pm 2005/09/13 07:31:08 1.15 +++ loncom/interface/slotrequest.pm 2005/09/13 07:56:03 1.17 @@ -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.17 2005/09/13 07:56:03 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,7 +58,6 @@ sub start_page { $r->print($html.''. &mt('Request another Worktime').''); $r->print(&Apache::loncommon::bodytag('Requesting another Worktime')); - $r->print('

'.$env{'form.command'}.'

'); } sub end_page { @@ -715,7 +714,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') {