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

(-)a/members/members-home.pl (-2 / +1 lines)
Lines 80-85 $template->param( Link Here
80
        "AddPatronLists_".C4::Context->preference("AddPatronLists")=> "1",
80
        "AddPatronLists_".C4::Context->preference("AddPatronLists")=> "1",
81
        no_add => $no_add,
81
        no_add => $no_add,
82
            );
82
            );
83
$template->param( 'alphabet' => C4::Context->preference('alphabet') );
83
$template->param( 'alphabet' => C4::Context->preference('alphabet') || join ' ', 'A' .. 'Z' );
84
84
85
output_html_with_http_headers $query, $cookie, $template->output;
85
output_html_with_http_headers $query, $cookie, $template->output;
86
- 

Return to bug 2832