projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9277d9e
)
INFRA-132 - CRM/Profile - Misc
author
Tim Otten
<totten@civicrm.org>
Tue, 6 Jan 2015 22:56:57 +0000
(14:56 -0800)
committer
Tim Otten
<totten@civicrm.org>
Tue, 6 Jan 2015 23:07:49 +0000
(15:07 -0800)
CRM/Profile/Page/Dynamic.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Profile/Page/Dynamic.php
b/CRM/Profile/Page/Dynamic.php
index 6411708729a8059b64044247fb07436ea508f484..89f437366babf90c2f9a699813e867944a78f17f 100644
(file)
--- a/
CRM/Profile/Page/Dynamic.php
+++ b/
CRM/Profile/Page/Dynamic.php
@@
-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 .= ' ';