Merge branch 'spidev' into 'master'

API Anpassungen

See merge request fronk/thetool!1389
This commit is contained in:
Daniel Spitzer
2025-05-25 16:49:44 +00:00

View File

@@ -57,8 +57,11 @@ WHERE `TimerecordingCategory`.`hourday`!='1' AND `TimerecordingCategory`.`hourda
//AND `Timerecording`.`user_id` = '173'
$res = $db->query($sql);
if ($db->num_rows($res)) {
while ($data = $db->fetch_array($res)) {
while ($data = $db->fetch_array($res)) {
if (!$data['end_time']) {
continue;
}
if ($data['CategoryId'] != 11) {
$data['start_time'] = $data['start_time'];
$all_day_event = 1;