mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed some bugs in nextmatch-sort-colums and filters
This commit is contained in:
parent
5a799d8801
commit
a47f9bbbb8
@ -19,7 +19,7 @@
|
||||
$GLOBALS['phpgw']->translation->add_app('infolog');
|
||||
|
||||
global $filter;
|
||||
$filter = 'own+open+today';
|
||||
$filter = 'own-open-today';
|
||||
$infolog = CreateObject('infolog.uiinfolog');
|
||||
$infolog->get_list(True);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user