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

(-)a/members/member.pl (-2 / +2 lines)
Lines 165-171 $template->param( Link Here
165
    startfrom => $startfrom,
165
    startfrom => $startfrom,
166
    from      => ($startfrom-1)*$resultsperpage+1,  
166
    from      => ($startfrom-1)*$resultsperpage+1,  
167
    to        => $to,
167
    to        => $to,
168
    multipage => ($count != $to+1 || $startfrom!=1),
168
    #multipage => ($count != $to+1 || $startfrom!=1),
169
    multipage => ($count != $to || $startfrom!=1),
169
    advsearch => ($$patron{categorycode} || $$patron{branchcode}),
170
    advsearch => ($$patron{categorycode} || $$patron{branchcode}),
170
    branchloop=>\@branchloop,
171
    branchloop=>\@branchloop,
171
    categories=>\@categories,
172
    categories=>\@categories,
172
- 

Return to bug 6108