/[webpac2]/trunk/vhost/webpac2.cgi
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/vhost/webpac2.cgi

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

revision 1328 by dpavlin, Thu Mar 4 22:26:06 2010 UTC revision 1329 by dpavlin, Mon Mar 8 17:28:02 2010 UTC
# Line 217  if ( my $search = param('search') ) { Line 217  if ( my $search = param('search') ) {
217          my @attrs = param('attr');          my @attrs = param('attr');
218          my $op = param('attr_operator');          my $op = param('attr_operator');
219    
220          if ( $search =~ m{(=|"|AND|OR)} ) {          if ( $search =~ m{(=|"|\bAND\b|\bOR\b)} ) {
221                  push @search, $search;                  push @search, $search;
222          } elsif ( @attrs ) {          } elsif ( @attrs ) {
223    

Legend:
Removed from v.1328  
changed lines
  Added in v.1329

  ViewVC Help
Powered by ViewVC 1.1.26