Squash me! I am cleanup for the previous commit. user/miker/lp1321017-fast-MR-constituent-retrieval
authorMike Rylander <mrylander@gmail.com>
Tue, 20 May 2014 16:56:02 +0000 (12:56 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 20 May 2014 16:56:02 +0000 (12:56 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm

index 49a493f..61552a4 100644 (file)
@@ -78,6 +78,9 @@ sub ordered_records_from_metarecord { # XXX Replace with QP-based search-within-
     my $self = shift;
     my $client = shift;
     my $mr = shift;
+    my $formats = shift; # dead
+    my $org = shift;
+    my $depth = shift;
 
     my $copies_visible = 'LEFT JOIN asset.opac_visible_copies vc ON (br.id = vc.record)';
     $copies_visible = '' if ($self->api_name =~ /staff/o);