egroupware/preferences
Ralf Becker d2c85cfe86 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:08:32 +02:00
..
doc *** empty log message *** 2001-08-06 09:46:03 +00:00
inc fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00
js remove generated .js files from git 2021-07-01 08:38:08 +02:00
lang pending translations from our translation server 2021-04-06 09:41:17 +02:00
setup Bump version to 21.1 2021-05-08 15:02:24 +02:00
templates Preferences: Move default value under the preference name, give it some faded styling 2021-04-27 14:34:13 -06:00
index.php index.php and setup index for preferences redirection to settings 2013-11-18 08:22:19 +00:00