egroupware_official/timesheet
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
..
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 2020-10-28 13:51:14 +01:00
setup Bump version to 21.1 2021-05-08 15:02:24 +02:00
templates * Timesheet: Fix created was overlapping with status 2021-04-13 13:28:56 -06:00
index.php update to only use new Api, incl. dependency to only api (no more phpgwapi and etemplate) 2016-04-26 18:27:29 +00:00