Missed changes to No filter

This commit is contained in:
Nathan Gray 2013-06-03 19:54:11 +00:00
parent 7e8db9b2fe
commit efef1378d0
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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']]);
}