fixed row_empty

This commit is contained in:
bettina 2001-06-24 03:31:54 +00:00
parent a704591312
commit afb1499f6a

View File

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