--- trunk/WebPac.pm 2003/11/22 22:04:05 164 +++ trunk/WebPac.pm 2003/11/29 18:40:19 186 @@ -109,11 +109,13 @@ push @persist_vars, "f$i"; push @persist_vars, "v$i"; + push @persist_vars, "e$i" if ($q->param("e$i")); push @url_params,"f$i=".$q->url_param("f$i"); foreach my $v ($q->url_param("v$i")) { push @url_params,"v$i=$v"; } + push @url_params,"e$i=".$q->url_param("e$i"); my $wc="*"; # swish wildcard $wc="" if ($i eq ""); # don't apply wildcard on field 0