/[Search-Estraier]/trunk/lib/Search/Estraier.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 /trunk/lib/Search/Estraier.pm

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

revision 62 by dpavlin, Sat Jan 7 02:40:57 2006 UTC revision 63 by dpavlin, Sat Jan 7 16:19:31 2006 UTC
# Line 1288  sub cond_to_query { Line 1288  sub cond_to_query {
1288    
1289          if (my @attrs = $cond->attrs) {          if (my @attrs = $cond->attrs) {
1290                  for my $i ( 0 .. $#attrs ) {                  for my $i ( 0 .. $#attrs ) {
1291                          push @args,'attr' . ($i+1) . '=' . uri_escape( $attrs[$i] );                          push @args,'attr' . ($i+1) . '=' . uri_escape( $attrs[$i] ) if ($attrs[$i]);
1292                  }                  }
1293          }          }
1294    

Legend:
Removed from v.62  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC 1.1.26