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

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

Return to bug 3150