aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-02 17:24:11 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-02 17:24:11 +0100
commit6050d32f4333c885278622c1c56a977a8abd6d88 (patch)
treebc26ed35c7894e5e01f9470a882f8fbb050c7caa
parent810dc52bee762bb9211041b4cb9e70386c783068 (diff)
Disable address in RSS temporarily.
-rwxr-xr-xperllib/FixMyStreet/App/Controller/Rss.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Rss.pm b/perllib/FixMyStreet/App/Controller/Rss.pm
index 3a7ffa19a..767d38c21 100755
--- a/perllib/FixMyStreet/App/Controller/Rss.pm
+++ b/perllib/FixMyStreet/App/Controller/Rss.pm
@@ -265,8 +265,8 @@ sub add_row : Private {
}
if ( $row->{used_map} ) {
- my $address = $c->cobrand->find_closest_address_for_rss( $row->{latitude}, $row->{longitude} );
- $item{description} .= ent("\n<br>$address");
+ #my $address = $c->cobrand->find_closest_address_for_rss( $row->{latitude}, $row->{longitude} );
+ #$item{description} .= ent("\n<br>$address");
}
my $recipient_name = $c->cobrand->contact_name;