INFRA-132 - Batch #1
[civicrm-core.git] / CRM / UF / Page / ProfileEditor.php
index db9c0592a55e21a2c28699d98a160985fe18d2d3..0e5a84782b6ff0de4471ab6308c456c9e887877b 100644 (file)
@@ -229,7 +229,8 @@ class CRM_UF_Page_ProfileEditor extends CRM_Core_Page {
       if (in_array($fieldName, $locationFields)) {
         $result['schema'][$fieldName]['civiIsLocation'] = TRUE;
       }
-      if (in_array($fieldName, array('phone', 'phone_and_ext'))) { // FIXME what about phone_ext?
+      if (in_array($fieldName, array('phone', 'phone_and_ext'))) {
+        // FIXME what about phone_ext?
         $result['schema'][$fieldName]['civiIsPhone'] = TRUE;
       }
     }