From f3c7dbf1cffdf6ba6d7f312a7564bff4e2787cad Mon Sep 17 00:00:00 2001 From: toins Date: Tue, 1 Aug 2006 08:29:36 +0000 Subject: [PATCH] $selected deleted. --- acqui/newbiblio.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/acqui/newbiblio.pl b/acqui/newbiblio.pl index 2d8a4fe0ca..23d453a62a 100755 --- a/acqui/newbiblio.pl +++ b/acqui/newbiblio.pl @@ -177,10 +177,8 @@ my $CGIitemtype = CGI::scrolling_list( my $branches = GetBranches; my @branchloop; foreach my $thisbranch ( sort keys %$branches ) { - my $selected = 1 if $thisbranch eq $branch; my %row = ( value => $thisbranch, - selected => $selected, branchname => $branches->{$thisbranch}->{'branchname'}, ); push @branchloop, \%row; -- 2.39.5