fixed some bugs in nextmatch-sort-colums and filters

This commit is contained in:
Ralf Becker 2001-09-26 22:13:32 +00:00
parent 5a799d8801
commit a47f9bbbb8

View File

@ -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);