diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 88b75a0177..b7ad82f285 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -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', diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index 05b79520b5..f2ea634f93 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -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']]); }