$selected deleted.
authortoins <toins>
Tue, 1 Aug 2006 08:29:36 +0000 (08:29 +0000)
committertoins <toins>
Tue, 1 Aug 2006 08:29:36 +0000 (08:29 +0000)
acqui/newbiblio.pl

index 2d8a4fe..23d453a 100755 (executable)
@@ -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;