mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Missed changes to No filter
This commit is contained in:
parent
7e8db9b2fe
commit
efef1378d0
@ -202,7 +202,7 @@ class infolog_hooks
|
||||
'help' => 'This is the filter InfoLog uses when you enter the application. Filters limit the entries to show in the actual view. There are filters to show only finished, still open or futures entries of yourself or all users.',
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default'=> 'none',
|
||||
'default'=> '',
|
||||
),
|
||||
'homeShowEvents' => array(
|
||||
'type' => 'select',
|
||||
|
@ -470,7 +470,7 @@ class infolog_ui
|
||||
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'infolog')
|
||||
{
|
||||
$GLOBALS['egw_info']['flags']['app_header'] = lang('Infolog');
|
||||
if ($query['filter'] != 'none')
|
||||
if ($query['filter'] != '')
|
||||
{
|
||||
$GLOBALS['egw_info']['flags']['app_header'] .= ' - '.lang($this->filters[$query['filter']]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user