Backward Compatible Changes

This commit is contained in:
japatel
2014-10-20 12:17:35 -05:00
parent 2fb68e8a7a
commit 6fb6508f9c
53 changed files with 203 additions and 206 deletions

View File

@@ -20,7 +20,7 @@ try {
}
$result = '';
foreach ($list as $object) {
$result .= $object->toJSON(JSON_PRETTY_PRINT) . PHP_EOL;
$result .= $object->toJSON(128) . PHP_EOL;
}
print_result("Get List of All Web Profiles", "Web Profiles", null, $result);