--- branches/hidra/all2xml.pl 2004/03/11 17:53:21 257 +++ branches/hidra/all2xml.pl 2004/03/11 18:20:19 258 @@ -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);