forked from extern/egroupware
fix PHP 8.0 error: Undefined constant "filter"
This commit is contained in:
parent
0d8f4f624f
commit
bf20b21a6a
@ -2844,7 +2844,7 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
$days[$locts]= $locts;
|
||||
}
|
||||
}
|
||||
elseif (($filter == 'map' || filter == 'tz_map') &&
|
||||
elseif (($filter == 'map' || $filter == 'tz_map') &&
|
||||
!$tz_exception)
|
||||
{
|
||||
// no pseudo exception date
|
||||
|
Loading…
Reference in New Issue
Block a user