99 |
my $response = "{\"status\": \"$status\", \"note\": \"$clean_note\", \"issue_id\": \"$issue_id\"}"; |
100 |
my $json = to_json ( { status => $status, note => $clean_note, issue_id => $issue_id } ); |
100 |
output_with_http_headers($query, undef, $response, 'js'); |
101 |
output_with_http_headers($query, undef, $json, 'json'); |