--- loncom/interface/slotrequest.pm 2005/09/13 07:33:59 1.16 +++ 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.16 2005/09/13 07:33:59 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 {