API Anpassungen
* Abwesenenheiten für Kalender implementiert
This commit is contained in:
@@ -82,7 +82,7 @@ WHERE `TimerecordingCategory`.`hourday`!='1' AND `TimerecordingCategory`.`hourda
|
||||
$json['success'] = true;
|
||||
$json['data'] = $rows;
|
||||
$json['status'] = "success";
|
||||
$result = json_encode($json);
|
||||
$result = json_encode($json,JSON_UNESCAPED_UNICODE );
|
||||
echo $result;
|
||||
die();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user