mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Unset empty filter arrays, not set them to null
This commit is contained in:
parent
e34fe9a4e7
commit
e38fa525ef
@ -315,7 +315,7 @@ class Nextmatch extends Etemplate\Widget
|
|||||||
{
|
{
|
||||||
if(is_array($val) && count($val) == 0)
|
if(is_array($val) && count($val) == 0)
|
||||||
{
|
{
|
||||||
$val = null;
|
unset($filters['col_filter'][$col]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//error_log($this . " Valid filters: " . array2string($filters));
|
//error_log($this . " Valid filters: " . array2string($filters));
|
||||||
|
Loading…
Reference in New Issue
Block a user