mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 02:42:30 +02:00
fixed row_empty
This commit is contained in:
@ -62,7 +62,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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user