phpcs
authoreileenmcnaughton <eileen@fuzion.co.nz>
Fri, 12 Jun 2015 02:42:18 +0000 (02:42 +0000)
committereileenmcnaughton <eileen@fuzion.co.nz>
Fri, 12 Jun 2015 02:42:18 +0000 (02:42 +0000)
CRM/Core/Page/AJAX/Location.php

index 4a847091ed5dffeaab6ef196083d3e1b85394e9d..1199b6c07b97764468cabeec4e9544b914e72e4e 100644 (file)
@@ -146,8 +146,7 @@ class CRM_Core_Page_AJAX_Location {
         $elements["onbehalf_{$field}-{$locTypeId}"] = array(
           'type' => $type,
           'value' => isset($location['address'][1]) ? CRM_Utils_Array::value($addField,
-            $location['address'][1]) :
-        NULL,
+            $location['address'][1]) : NULL,
         );
         unset($profileFields["{$field}-{$locTypeId}"]);
       }