diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-02 17:24:11 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-02 17:24:11 +0100 |
commit | 6050d32f4333c885278622c1c56a977a8abd6d88 (patch) | |
tree | bc26ed35c7894e5e01f9470a882f8fbb050c7caa /perllib/FixMyStreet/App/Controller/Rss.pm | |
parent | 810dc52bee762bb9211041b4cb9e70386c783068 (diff) |
Disable address in RSS temporarily.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Rss.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Rss.pm | 4 |
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; |