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

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

Return to bug 3150