--- trunk/WebPac.pm 2003/02/22 13:30:00 15 +++ trunk/WebPac.pm 2003/02/22 21:21:35 16 @@ -91,6 +91,7 @@ $s.="$_* "; } } + $s =~ s/\*+/*/g; push @s_arr,$q->param("f$i")."_swish=($s)"; } @@ -191,6 +192,11 @@ $tmpl->param('limit',$limit); $tmpl->param('total',$total); +# FIX: I should set offset and leave out limit from fetch!! +# if (! $q->param("PAGER_offset") { +# $q->param("Pager_offet) +# } + my $pager = HTML::Pager->new( query => $q, get_data_callback => sub {