aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-04-24 16:53:51 +0100
committerStruan Donald <struan@exo.org.uk>2012-04-24 16:53:51 +0100
commit21a21dcbba632a0dc854416fc1fbb3147cb63610 (patch)
tree412f8422fb5e73f0ce42486584a1404e30828946 /perllib/Open311.pm
parent0579ab2e6d4cf0c6c6cc009df3c57f9f848e346e (diff)
add in first_name, last_name and email attribute[] params
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index 23208df1b..4440d386e 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -104,7 +104,6 @@ sub _populate_service_request_params {
my $attr_name = $attr->{name};
if ( $attr_name eq 'first_name' || $attr_name eq 'last_name' ) {
$params->{$attr_name} = $attr->{value} if $attr->{value};
- next;
}
$attr_name =~ s/fms_extra_//;
my $name = sprintf( 'attribute[%s]', $attr_name );