[Koha-cvs] koha/acqui newbiblio.pl

Antoine Farnault antoine at koha-fr.org
Tue Aug 1 10:29:36 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/01 08:29:36

Modified files:
	acqui          : newbiblio.pl 

Log message:
	$selected deleted.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/newbiblio.pl?cvsroot=koha&r1=1.34&r2=1.35

Patches:
Index: newbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui/newbiblio.pl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- newbiblio.pl	27 Jul 2006 14:20:39 -0000	1.34
+++ newbiblio.pl	1 Aug 2006 08:29:36 -0000	1.35
@@ -177,10 +177,8 @@
 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;





More information about the Koha-cvs mailing list