r1034@llin: dpavlin | 2006-09-29 14:24:39 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 29 Sep 2006 12:27:36 +0000 (12:27 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 29 Sep 2006 12:27:36 +0000 (12:27 +0000)
 important bugfix: this will collect ALL normalize rules for given
 database and input in single rule set

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@720 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Parser.pm

index d01a39e..28d23fd 100644 (file)
@@ -352,7 +352,7 @@ sub _parse_lookups {
        $log->debug("create: ", dump($self->{_lookup_create}) );
        $log->debug("normalize: $normalize_source");
 
-       $self->{_normalize_source}->{$database}->{$input} = $normalize_source;
+       $self->{_normalize_source}->{$database}->{$input} .= $normalize_source;
 
        if ($self->{debug}) {
                my $Dumper = PPI::Dumper->new( $Document );