[Koha-patches] [PATCH] But 3117 : fix typo in C4::Matcher causing compilation failure.

Ryan Higgins rch at liblime.com
Wed Apr 15 19:23:21 CEST 2009


---
 C4/Matcher.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Matcher.pm b/C4/Matcher.pm
index 294c481..512562c 100644
--- a/C4/Matcher.pm
+++ b/C4/Matcher.pm
@@ -788,7 +788,7 @@ sub _get_match_keys {
                 $key = _normalize($key);
                 if ($component->{'length'}){
                    if (length($key) > $component->{'length'}){
-                     $key = _normalize(substr($key,$component->{'offset'},$component{'length'}));
+                     $key = _normalize(substr($key,$component->{'offset'},$component->{'length'}));
                    }
                 }
             }
-- 
1.5.6.2




More information about the Koha-patches mailing list