mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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');
|
$GLOBALS['phpgw']->translation->add_app('infolog');
|
||||||
|
|
||||||
global $filter;
|
global $filter;
|
||||||
$filter = 'own+open+today';
|
$filter = 'own-open-today';
|
||||||
$infolog = CreateObject('infolog.uiinfolog');
|
$infolog = CreateObject('infolog.uiinfolog');
|
||||||
$infolog->get_list(True);
|
$infolog->get_list(True);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user