--- trunk/WebPac.pm 2003/07/04 20:37:04 63 +++ trunk/WebPac.pm 2003/07/05 21:35:44 71 @@ -75,11 +75,11 @@ my @path_arr = $q->param('path'); my $full = $q->param('full'); - for(my $i = 1; $i <=10; $i++) { + for(my $i = 1; $i <=30; $i++) { return show_index($self, $i) if ($q->param("f".$i."_index")); - next if (! $q->param("f$i")); next if (! $q->param("v$i")); + next if (! $q->param("f$i")); # re-write query from +/- to and/and not my $s;