/[webpac]/branches/fsb/WebPac.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/fsb/WebPac.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 70 by dpavlin, Fri Jul 4 20:37:04 2003 UTC revision 71 by dpavlin, Sat Jul 5 21:35:44 2003 UTC
# Line 75  sub show_results_list { Line 75  sub show_results_list {
75          my @path_arr = $q->param('path');          my @path_arr = $q->param('path');
76          my $full = $q->param('full');          my $full = $q->param('full');
77    
78          for(my $i = 1; $i <=10; $i++) {          for(my $i = 1; $i <=30; $i++) {
79    
80                  return show_index($self, $i) if ($q->param("f".$i."_index"));                  return show_index($self, $i) if ($q->param("f".$i."_index"));
                 next if (! $q->param("f$i"));  
81                  next if (! $q->param("v$i"));                  next if (! $q->param("v$i"));
82                    next if (! $q->param("f$i"));
83    
84                  # re-write query from +/- to and/and not                  # re-write query from +/- to and/and not
85                  my $s;                  my $s;

Legend:
Removed from v.70  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.26