From fb5609544efd4b47d00c5c74ea837eb7fc8e3d0c Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Thu, 26 May 2011 12:30:33 +0100 Subject: no way to sign up to new_problems alerts so not porting --- perllib/FixMyStreet/App/Controller/Alert.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm') diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm index aa51f1ba3..7ea0d77e3 100644 --- a/perllib/FixMyStreet/App/Controller/Alert.pm +++ b/perllib/FixMyStreet/App/Controller/Alert.pm @@ -132,10 +132,6 @@ sub subscribe_email : Private { if ( $type eq 'updates' ) { $c->forward('set_update_alert_options'); } - elsif ( $type eq 'problems' ) { - -# $alert_id = FixMyStreet::Alert::create($email, 'new_problems', $cobrand, $cobrand_data); - } elsif ( $type eq 'local' ) { $c->forward('set_local_alert_options'); } -- cgit v1.2.3