diff --git a/opac/opac-shelves.pl b/opac/opac-shelves.pl index 3240506cf9..ecbbc6c367 100755 --- a/opac/opac-shelves.pl +++ b/opac/opac-shelves.pl @@ -315,11 +315,6 @@ if ( $op eq 'view' ) { $this_item->{incart} = 1; } - if ( $query->param('rss') ) { - $this_item->{title} = $content->biblionumber->title; - $this_item->{author} = $content->biblionumber->author; - } - $this_item->{biblionumber} = $biblionumber; push @items, $this_item; }