Update get_attribute_values.php

This commit is contained in:
T. Mulzer 2023-01-19 17:10:50 +01:00 committed by GitHub
parent b4b6cba9fb
commit 62d0b7b972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,4 +83,4 @@ if ($res == -1) {
exit();
}
print json_encode($res);
print json_encode($res, JSON_PARTIAL_OUTPUT_ON_ERROR);