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

(-)a/opac/opac-sendbasket.pl (-1 / +1 lines)
Lines 109-114 if ( $email_add ) { Link Here
109
        });
109
        });
110
110
111
        $template->param( SENT => 1 );
111
        $template->param( SENT => 1 );
112
    }
112
113
113
    $template->param( email_add => $email_add );
114
    $template->param( email_add => $email_add );
114
    output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
115
    output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
115
- 

Return to bug 3150