--- loncom/interface/slotrequest.pm 2006/02/03 23:53:30 1.44 +++ loncom/interface/slotrequest.pm 2006/02/06 22:42:11 1.45 @@ -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.44 2006/02/03 23:53:30 albertel Exp $ +# $Id: slotrequest.pm,v 1.45 2006/02/06 22:42:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -362,7 +362,6 @@ sub release_slot { '0_availablestudent', 1, $new_param, 'string', $uname,$udom); - my $description=&get_description($env{'form.slotname'},\%slot); $r->print("

Released Reservation: $description

"); if ($mgr eq 'F') { $r->print('

'. @@ -452,7 +451,7 @@ STUFF } return; } - my %slot=&Apache::lonnet::get_slot($env{'form.slotname'}); + my $reserved=&make_reservation($env{'form.slotname'}, \%slot,$symb); my $description=&get_description($env{'form.slotname'},\%slot);