From 4e01305c9e46c4c7a84cc22f9c6626c6b91243c0 Mon Sep 17 00:00:00 2001 From: Elliott Davis Date: Wed, 11 Jul 2012 05:52:53 -0500 Subject: [PATCH] Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl To Test: Add a + (or any char that would need to be encoded) to a card number of a patron with an image attached. Go to member/moremember.pl. If the patrons image is there, you are golden. http://bugs.koha-community.org/show_bug.cgi?id=8421 --- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index 091f7fe..3f58345 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -7,7 +7,7 @@