important bug fix for bug introduced in 1.57: it might eat your data
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 8 Feb 2004 20:16:54 +0000 (20:16 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 8 Feb 2004 20:16:54 +0000 (20:16 +0000)
if you are not using filter. This one was hard do find...

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@224 13eb9ef6-21d5-0310-b721-a9d68796d827

all2xml.pl

index 976136e..3588f1c 100755 (executable)
@@ -321,7 +321,7 @@ sub data2xml {
                                        } else {
                                                $display_data .= $ldel if ($display_data);
                                                my $tmp = mkformat($x,$display);
-                                               $display_data = $tmp if ($tmp);
+                                               $display_data .= $tmp if ($tmp);
                                        }
                                }