Files
egroupware_official/resources
Ralf Becker 9345152c98 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:12:49 +02:00
..
2021-06-23 16:54:17 +02:00
2021-05-08 15:02:53 +02:00
2021-06-23 16:54:17 +02:00
2011-03-23 15:25:59 +00:00
2005-11-03 22:50:48 +00:00