@@ -, +, @@ --------- -- bad HASH error. -- readble junk without error messages. --- opac/opac-shelves.pl | 5 ----- 1 file changed, 5 deletions(-) --- a/opac/opac-shelves.pl +++ a/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; } --