From 2e73ac94e4fa64bbd33291366ec33476e9d22f11 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 16 Sep 2009 07:44:39 -0400 Subject: [PATCH] bug 3436: tweak cache settings for patron images Per suggestion by Joe Atzberger. Signed-off-by: Galen Charlton --- opac/sco/sco-patron-image.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/sco/sco-patron-image.pl b/opac/sco/sco-patron-image.pl index 8e94fde7eb..a383afddfc 100755 --- a/opac/sco/sco-patron-image.pl +++ b/opac/sco/sco-patron-image.pl @@ -33,7 +33,6 @@ if ($dberror) { if ($imagedata) { print $query->header(-type => $imagedata->{'mimetype'}, - -'Cache-Control' => 'no-store', -Content_Length => length ($imagedata->{'imagefile'})), $imagedata->{'imagefile'}; } else { -- 2.39.2