X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reserve%2Fplacerequest.pl;h=3fe459c2593025ffe3eaba40fa4054db3c2604f6;hb=ccb5b33b818eee93f1df2bb7830f7bdd232ee461;hp=f3e79b3e08d57ce9942024cc5bc232d044638777;hpb=f09e2ca27ee89860dbdd0ca512735f37fbfaf8a6;p=koha_gimpoz 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'