diff options
-rwxr-xr-x | bin/oxfordshire/open311_service_request.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oxfordshire/open311_service_request.cgi b/bin/oxfordshire/open311_service_request.cgi index 87652b0d0..4a53af934 100755 --- a/bin/oxfordshire/open311_service_request.cgi +++ b/bin/oxfordshire/open311_service_request.cgi @@ -210,7 +210,7 @@ sub insert_into_pem { $bindings{":ce_surname"} = strip($$h{$F{LAST_NAME}}, 30); # 'STEWART' $bindings{":ce_work_phone"} = strip($$h{$F{PHONE}}, 25); # '0117 600 4200' $bindings{":ce_email"} = strip($$h{$F{EMAIL}}, 50); # 'info@exor.co.uk' - $bindings{":ce_description"} = strip($description, 2000, $F{DESCRIPTION}); # 'Large Pothole' + $bindings{":ce_description"} = strip($description, 1970, $F{DESCRIPTION}); # 'Large Pothole' # nearest address guesstimate $bindings{":ce_location"} = strip($location, 254); |