/[webpac]/trunk/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 /trunk/WebPac.pm

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

revision 675 by dpavlin, Mon Feb 21 22:21:53 2005 UTC revision 676 by dpavlin, Mon Feb 21 22:47:48 2005 UTC
# Line 227  sub show_results_list { Line 227  sub show_results_list {
227    
228          my $q = $self->query();          my $q = $self->query();
229    
230            # submit was reset?
231            if ($q->param('reset')) {
232                    $q->delete_all;
233                    return $self->show_search_form();
234            }
235    
236          # load template for this page          # load template for this page
237    
238          my @s_arr;      # all queries are located here          my @s_arr;      # all queries are located here

Legend:
Removed from v.675  
changed lines
  Added in v.676

  ViewVC Help
Powered by ViewVC 1.1.26