aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@dracos.co.uk>2011-04-01 13:37:37 +0100
committerMatthew Somerville <matthew@dracos.co.uk>2011-04-01 13:37:37 +0100
commit85856508a2920c518a67015fa0c95506d88299ee (patch)
tree94ed56f7b7d3a999ab170c687cc44884e37f5aa5 /bin/send-reports
parent862835b362268f468f919f13ff3453a560e3d2a6 (diff)
Missing translated string, .po update.
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 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;