/[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 1177 by dpavlin, Wed Apr 29 18:06:19 2009 UTC revision 1191 by dpavlin, Tue May 26 14:55:29 2009 UTC
# Line 209  if ( my $search = param('search') ) { Line 209  if ( my $search = param('search') ) {
209                                  $attr . '="' . $template . '"';                                  $attr . '="' . $template . '"';
210                                  ;                                  ;
211                  };                  };
212                  $v =~ s{(\s*)(\S+)}{rewrite($1,$2)}ge;                  if ( $op =~ m{\s} ) {
213                            my $template = $op;
214                               $template =~ s{Q}{$v};
215                            $v = $attr . '="' . $template . '"';
216                    } else {
217                            $v =~ s{(\s*)(\S+)}{rewrite($1,$2)}ge;
218                    }
219    
220                  push @search, $v;                  push @search, $v;
221                    

Legend:
Removed from v.1177  
changed lines
  Added in v.1191

  ViewVC Help
Powered by ViewVC 1.1.26