This commit is contained in:
skeeter 2001-11-10 21:26:22 +00:00
parent 96e4fc63e8
commit defec5f96b

View File

@ -92,7 +92,7 @@
);
$p->set_var($var);
if (!$total)
if (!count($account_info) || !$total)
{
$p->set_var('message',lang('No matchs found'));
$p->parse('rows','row_empty',True);
@ -235,7 +235,7 @@
$p->set_var('input_search',lang('Search') . '&nbsp;<input type="text" name="query">');
}
if (!$total)
if (!count($account_info) || !$total)
{
$p->set_var('message',lang('No matchs found'));
$p->parse('rows','row_empty',True);