[Koha-patches] [PATCH 2/2] bug 3436: tweak cache settings for patron images

Galen Charlton gmcharlt at gmail.com
Wed Sep 16 13:45:23 CEST 2009


Per suggestion by Joe Atzberger.

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 opac/sco/sco-patron-image.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opac/sco/sco-patron-image.pl b/opac/sco/sco-patron-image.pl
index 8e94fde..a383afd 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 {
-- 
1.6.3.3




More information about the Koha-patches mailing list