egroupware_official/timesheet/inc
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
..
class.timesheet_bo.inc.php PHP 8 fixes 2021-03-29 16:47:19 +02:00
class.timesheet_datasource.inc.php not setting pe_status from datasource (its ignored now anyway) 2018-04-27 18:48:06 +02:00
class.timesheet_egw_record.inc.php Import/export fixes 2021-04-08 16:53:06 -06:00
class.timesheet_export_csv.inc.php Import/export fixes 2021-04-08 16:53:06 -06:00
class.timesheet_favorite_portlet.inc.php Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
class.timesheet_hooks.inc.php Add hrules to sidebox menus 2021-04-19 16:02:41 -06:00
class.timesheet_import_csv.inc.php PHP 8 fixes 2021-03-29 16:47:19 +02:00
class.timesheet_merge.inc.php Placeholder dialog: Add placeholders for projectmanager, timesheet, tracker 2021-10-05 16:09:39 -06:00
class.timesheet_tracking.inc.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
class.timesheet_ui.inc.php fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00
class.timesheet_wizard_export_csv.inc.php * Add creation field to timesheet 2017-01-17 10:34:28 -07:00
class.timesheet_wizard_import_csv.inc.php Fix some bugs in timesheet import: 2016-09-12 08:40:48 -06:00