aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-08-02 16:39:41 +0100
committerStruan Donald <struan@exo.org.uk>2011-08-02 16:39:41 +0100
commit9415569a17bf3044c7f3253c923f556436d48942 (patch)
tree859ea21cf5ab2a5e48cbf2a784db9997656907a5 /bin/send-reports
parent149412d1d4f680a5b7186814db0f1886157bb2d0 (diff)
include report url and also media url if present
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-xbin/send-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports
index c74a796c5..298eb458d 100755
--- a/bin/send-reports
+++ b/bin/send-reports
@@ -269,7 +269,7 @@ while (my $row = $unsent->next) {
api_key => $conf->api_key,
);
- my $resp = $open311->send_service_request( $row, $contact->email );
+ my $resp = $open311->send_service_request( $row, \%h, $contact->email );
if ( $resp ) {
$row->external_id( $resp );