INFRA-132 - CRM/Profile - Misc
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 22:56:57 +0000 (14:56 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:49 +0000 (15:07 -0800)
CRM/Profile/Page/Dynamic.php

index 6411708729a8059b64044247fb07436ea508f484..89f437366babf90c2f9a699813e867944a78f17f 100644 (file)
@@ -320,7 +320,8 @@ class CRM_Profile_Page_Dynamic extends CRM_Core_Page {
         //CRM-14338
         // Create a unique, non-empty index for each field.
         $index = $field['title'];
-        if ($index === '') { $index = ' ';
+        if ($index === '') {
+          $index = ' ';
         }
         while (array_key_exists($index, $labels)) {
           $index .= ' ';