--- trunk/all2xml.pl 2004/03/09 12:18:17 256 +++ trunk/all2xml.pl 2004/03/11 18:23:59 259 @@ -292,10 +292,10 @@ } # type="swish" ; field for swish if ($swish) { - my $tmp; + my $tmp = $swish; if ($filter && ($s || $se)) { no strict 'refs'; - $tmp = join(" ",&$filter($swish)) if ($s || $se); + $tmp = join(" ",&$filter($tmp)) if ($s || $se); } $tmp = chk_eval($tmp);