--- trunk/WebPac.pm 2003/09/03 20:08:26 122 +++ trunk/WebPac.pm 2003/09/03 23:07:21 124 @@ -237,7 +237,7 @@ return $html; } - my $tmpl = $self->load_tmpl('index_res.html'); + my $tmpl = $self->load_tmpl('index_res.html', global_vars => 1); $tmpl->param('field',$field); $tmpl->param('limit',$limit); $tmpl->param('total',$total);