diff options
author | Struan Donald <struan@exo.org.uk> | 2011-11-21 14:40:34 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-11-21 14:40:34 +0000 |
commit | a1a0e3c4955cdb4f4b5e51ad81f73159b0480af5 (patch) | |
tree | 314e72218a309d7a9ad8dc0a82f41968567ddae6 /bin/send-reports | |
parent | cdba0517cd030f203eaff3345d4cb4d6650eed8e (diff) |
add truncated code back in :(
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index 4da44f9f7..3d5243990 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -278,7 +278,7 @@ while (my $row = $unsent->next) { $row->user->name( $row->user->id . ' ' . $row->user->name ); } - my $resp = $open311->send_service_request( $row, \%h, $contact->ema + my $resp = $open311->send_service_request( $row, \%h, $contact->email ); # make sure we don't save user changes from above if ( $row->council =~ /2218/ ) { |