aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-04 18:00:50 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-04 18:00:50 +0100
commit3a79cd79efe653275ef611c0cc5521e437d75b01 (patch)
tree10a83a2a91723824aae82cca45593e929caef238
parent0897ac1014da0d83a3f116e762cfacbb2de55728 (diff)
Missing ;
-rw-r--r--perllib/FixMyStreet/Alert.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Alert.pm b/perllib/FixMyStreet/Alert.pm
index aa6d385eb..a78d820a3 100644
--- a/perllib/FixMyStreet/Alert.pm
+++ b/perllib/FixMyStreet/Alert.pm
@@ -191,7 +191,7 @@ sub email_alerts ($) {
# Convert integer to GB locale string (with a ".")
mySociety::Locale::in_gb_locale {
$d = sprintf("%f", int($d*10+0.5)/10);
- }
+ };
my $testing_email_clause = "and problem.email <> '$testing_email'" if $testing_email;
my %data = ( template => $template, data => '', alert_id => $alert->{id}, alert_email => $alert->{email}, lang => $alert->{lang}, cobrand => $alert->{cobrand}, cobrand_data => $alert->{cobrand_data} );
my $q = "select * from problem_find_nearby(?, ?, ?) as nearby, problem