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:
ed3d77d
)
Spaces incorrect
author
Frederic Guzman
<frederickgzmn@gmail.com>
Thu, 6 Oct 2016 20:05:19 +0000
(16:05 -0400)
committer
GitHub
<noreply@github.com>
Thu, 6 Oct 2016 20:05:19 +0000
(16:05 -0400)
CRM/Utils/Address.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Address.php
b/CRM/Utils/Address.php
index c8602fa5e23a86c6f99267521d76f88c87aed58e..b4ba87c538f29af808d99567211a112d565289f4 100644
(file)
--- a/
CRM/Utils/Address.php
+++ b/
CRM/Utils/Address.php
@@
-110,7
+110,7
@@
class CRM_Utils_Address {
}
}
else {
-
$fields['country'] = mb_convert_case($fields['country'], MB_CASE_UPPER, "UTF-8");
+ $fields['country'] = mb_convert_case($fields['country'], MB_CASE_UPPER, "UTF-8");
}
}