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

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

Return to bug 3150