diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-04-01 13:37:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-04-01 13:37:37 +0100 |
commit | 85856508a2920c518a67015fa0c95506d88299ee (patch) | |
tree | 94ed56f7b7d3a999ab170c687cc44884e37f5aa5 /bin/send-reports | |
parent | 862835b362268f468f919f13ff3453a560e3d2a6 (diff) |
Missing translated string, .po update.
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 5bfee00ac..8e6d2d178 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -142,7 +142,7 @@ foreach my $row (@$unsent) { # XXX Needs locks! my @all_councils = split /,|\|/, $row->{council}; my ($councils, $missing) = $row->{council} =~ /^([\d,]+)(?:\|([\d,]+))?/; - my @councils = split /,/, $councils; + my @councils = split(/,/, $councils); $areas_info = mySociety::MaPit::call('areas', \@all_councils); my (@dear, %recips); my $all_confirmed = 1; |