aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Rss.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-23 17:07:41 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-23 17:07:41 +0100
commit7aa879d03334c4092d60d5f39443ad9b2405bac5 (patch)
tree2b306fa277c394e5b7545df742e60d9467a33906 /perllib/FixMyStreet/App/Controller/Rss.pm
parent95d4d488e8e409e9646ab24731a50ee2846d68c3 (diff)
Don't show postcode column in RSS/alert emails, may have no bearing on report.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Rss.pm')
-rwxr-xr-xperllib/FixMyStreet/App/Controller/Rss.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Rss.pm b/perllib/FixMyStreet/App/Controller/Rss.pm
index 4bec33057..62a889801 100755
--- a/perllib/FixMyStreet/App/Controller/Rss.pm
+++ b/perllib/FixMyStreet/App/Controller/Rss.pm
@@ -254,11 +254,6 @@ sub add_row : Private {
}
my $url = $base_url . $link;
- if ( $row->{postcode} ) {
- my $pc = $c->cobrand->format_postcode( $row->{postcode} );
- $title .= ", $pc";
- }
-
my %item = (
title => ent($title),
link => $url,