/[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 123 by dpavlin, Wed Sep 3 20:08:26 2003 UTC revision 124 by dpavlin, Wed Sep 3 23:07:21 2003 UTC
# Line 237  sub show_index { Line 237  sub show_index {
237                  return $html;                  return $html;
238          }          }
239    
240          my $tmpl = $self->load_tmpl('index_res.html');          my $tmpl = $self->load_tmpl('index_res.html', global_vars => 1);
241          $tmpl->param('field',$field);          $tmpl->param('field',$field);
242          $tmpl->param('limit',$limit);          $tmpl->param('limit',$limit);
243          $tmpl->param('total',$total);          $tmpl->param('total',$total);

Legend:
Removed from v.123  
changed lines
  Added in v.124

  ViewVC Help
Powered by ViewVC 1.1.26