| 
      
            Lines 315-325
          if ( $op eq 'view' ) {
      
      
        Link Here
      
     | 
  
        
          | 315 | 
                              $this_item->{incart} = 1; | 
          315 | 
                              $this_item->{incart} = 1; | 
        
        
          | 316 | 
                          }  | 
          316 | 
                          }  | 
        
        
          | 317 | 
           | 
          317 | 
           | 
        
            
              | 318 | 
                              if ( $query->param('rss') ) { | 
               | 
               | 
            
            
              | 319 | 
                                  $this_item->{title} = $content->biblionumber->title; | 
            
            
              | 320 | 
                                  $this_item->{author} = $content->biblionumber->author; | 
            
            
              | 321 | 
                              }  | 
            
            
              | 322 | 
               | 
            
        
          | 323 | 
                          $this_item->{biblionumber} = $biblionumber; | 
          318 | 
                          $this_item->{biblionumber} = $biblionumber; | 
        
        
          | 324 | 
                          push @items, $this_item;  | 
          319 | 
                          push @items, $this_item;  | 
        
        
          | 325 | 
                      }  | 
          320 | 
                      }  | 
        
            
              | 326 | 
              -   | 
               | 
               |