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

(-)a/opac/opac-messaging.pl (-1 / +1 lines)
Lines 66-69 $template->param( BORROWER_INFO => [ $borrower ], Link Here
66
                  SMSSendDriver                =>  C4::Context->preference("SMSSendDriver"),
66
                  SMSSendDriver                =>  C4::Context->preference("SMSSendDriver"),
67
                  TalkingTechItivaPhone        =>  C4::Context->preference("TalkingTechItivaPhoneNotification") );
67
                  TalkingTechItivaPhone        =>  C4::Context->preference("TalkingTechItivaPhoneNotification") );
68
68
69
output_html_with_http_headers $query, $cookie, $template->output;
69
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
(-)a/opac/opac-readingrecord.pl (-2 / +1 lines)
Lines 150-153 $template->param( Link Here
150
    OPACMySummaryHTML => $opac_summary_html ? 1 : 0,
150
    OPACMySummaryHTML => $opac_summary_html ? 1 : 0,
151
);
151
);
152
152
153
output_html_with_http_headers $query, $cookie, $template->output;
153
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
154
- 

Return to bug 5371