Per suggestion by Joe Atzberger.

Signed-off-by: Galen Charlton <[email protected]>
---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to