X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FRotatingCollections.pm;h=d8b94b32b0d585d7b320c431dda41bf07183c69c;hb=f69ebeef6731c87ec22cea1885bf7e5a9ee91a26;hp=c880fe848fea370d09d007b7f75ae49b9dc7c2b4;hpb=4c14cd317e92cb44aed69f09e99438f694ae32e5;p=koha_fer diff --git a/C4/RotatingCollections.pm b/C4/RotatingCollections.pm index c880fe848f..d8b94b32b0 100644 --- a/C4/RotatingCollections.pm +++ b/C4/RotatingCollections.pm @@ -37,7 +37,7 @@ use Data::Dumper; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 0.01; +$VERSION = 3.07.00.049; =head1 NAME @@ -504,7 +504,7 @@ sub isItemInAnyCollection { my $row = $sth->fetchrow_hashref; - my $itemnumber = $$row{'itemnumber'}; + $itemnumber = $row->{itemnumber}; $sth->finish; if ( $itemnumber ) {