mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
fix PHP 8.0 error: Undefined constant "filter"
This commit is contained in:
parent
4db49da7e5
commit
b3116e09e5
@ -2844,7 +2844,7 @@ ORDER BY cal_user_type, cal_usre_id
|
|||||||
$days[$locts]= $locts;
|
$days[$locts]= $locts;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elseif (($filter == 'map' || filter == 'tz_map') &&
|
elseif (($filter == 'map' || $filter == 'tz_map') &&
|
||||||
!$tz_exception)
|
!$tz_exception)
|
||||||
{
|
{
|
||||||
// no pseudo exception date
|
// no pseudo exception date
|
||||||
|
Loading…
Reference in New Issue
Block a user