mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed switching back to addressbook "all" does sometimes fail
This commit is contained in:
parent
daac136f47
commit
cb94372bd5
@ -1184,6 +1184,11 @@ class addressbook_ui extends addressbook_bo
|
||||
$query['col_filter']['private'] = substr($query['filter'],-1) == 'p' ? 1 : 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
unset($query['col_filter']['owner']);
|
||||
unset($query['col_filter']['private']);
|
||||
}
|
||||
if ((int)$query['filter2']) // not no distribution list
|
||||
{
|
||||
$query['col_filter']['list'] = (string) (int) $query['filter2'];
|
||||
|
Loading…
Reference in New Issue
Block a user