Fix incorrect template if no groups

This commit is contained in:
Miles Lott 2001-06-28 09:01:12 +00:00
parent 43d0b504ae
commit 36d7c85ca5

View File

@ -58,7 +58,7 @@
if (! count($account_info)) if (! count($account_info))
{ {
$p->set_var('message',lang('No matchs found')); $p->set_var('message',lang('No matchs found'));
$p->parse('rows','empty_row',True); $p->parse('rows','row_empty',True);
} }
else else
{ {