--- loncom/interface/slotrequest.pm 2005/08/15 19:54:26 1.8 +++ loncom/interface/slotrequest.pm 2005/08/15 19:55:37 1.9 @@ -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.8 2005/08/15 19:54:26 albertel Exp $ +# $Id: slotrequest.pm,v 1.9 2005/08/15 19:55:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -522,10 +522,6 @@ sub handler { } else { $r->print("

Unknown command: ".$env{'form.command'}."

"); } - $r->print('

1'.$symb.'

'); - $r->print('

2'.&Apache::lonnet::symbread().'

'); - $r->print(&check_for_reservation($symb)); - $r->print( &Apache::lonhomework::check_task_access('0')); &end_page($r); return OK; }