View | Details | Raw Unified | Return to bug 5661
Collapse All | Expand All

(-)a/C4/AuthoritiesMarc.pm (-3 / +3 lines)
Lines 264-271 sub SearchAuthorities { Link Here
264
                            '@attr 7=2 @attr 1=Heading 0'
264
                            '@attr 7=2 @attr 1=Heading 0'
265
                           :''
265
                           :''
266
                        );            
266
                        );            
267
        $query=($query?"\@or $orderstring $query":"\@or \@attr 1=_ALLRECORDS \@attr 2=103 '' $orderstring ");
267
        $query=($query?$query:"\@attr 1=_ALLRECORDS \@attr 2=103 ''");
268
        
268
        $query="\@or $orderstring $query" if $orderstring;
269
269
        $offset=0 unless $offset;
270
        $offset=0 unless $offset;
270
        my $counter = $offset;
271
        my $counter = $offset;
271
        $length=10 unless $length;
272
        $length=10 unless $length;
272
- 

Return to bug 5661