From ee915e6d7c0b64b14601dd5a83dcf2168bdc2d60 Mon Sep 17 00:00:00 2001 From: finlayt Date: Thu, 25 Jul 2002 21:42:26 +0000 Subject: [PATCH] taking out some warn statements.... --- request.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/request.pl b/request.pl index 5bdaaa271d..b96ff9c187 100755 --- a/request.pl +++ b/request.pl @@ -81,8 +81,6 @@ EOF my $existingreserves = ""; foreach my $res (sort {$a->{'found'} cmp $b->{'found'}} @$reserves){ - #my $bor=$reserves->[$i]{'firstname'}."%20".$reserves->[$i]{'surname'}; - #$bor=~ s/ /%20/g; my $prioropt = priorityoptions($count, $res->{'priority'}); my $bropt = branchoptions($res->{'branchcode'}); warn $res->{'branchcode'}; -- 2.39.2