API Anpassungen
* Abwesenenheiten für Kalender implementiert
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user