--- trunk/WebPac.pm 2003/11/16 22:39:06 150 +++ trunk/WebPac.pm 2003/11/17 21:18:37 158 @@ -107,7 +107,9 @@ push @persist_vars, "v$i"; push @url_params,"f$i=".$q->url_param("f$i"); - push @url_params,"v$i=".$q->url_param("v$i"); + foreach my $v ($q->url_param("v$i")) { + push @url_params,"v$i=$v"; + } my $wc="*"; # swish wildcard $wc="" if ($i eq ""); # don't apply wildcard on field 0