X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=reserve%2Fplacerequest.pl;h=3fe459c2593025ffe3eaba40fa4054db3c2604f6;hp=f3e79b3e08d57ce9942024cc5bc232d044638777;hb=HEAD;hpb=5c2def51587c4b2636b5f066306b8bd5dc0e7a7a diff --git a/reserve/placerequest.pl b/reserve/placerequest.pl index f3e79b3e08..3fe459c259 100755 --- a/reserve/placerequest.pl +++ b/reserve/placerequest.pl @@ -35,7 +35,7 @@ use C4::Auth qw/checkauth/; my $input = CGI->new(); -my ($user, $cookie, $sesion_id, $flags) = checkauth($input, 0, { reserveforothers => 'place_holds' }, 'intranet'); +checkauth($input, 0, { reserveforothers => 'place_holds' }, 'intranet'); my @bibitems=$input->param('biblioitem'); # FIXME I think reqbib does not exist anymore, it's used in line 82, to AddReserve of contraint type 'o'