Spaces incorrect
authorFrederic Guzman <frederickgzmn@gmail.com>
Thu, 6 Oct 2016 20:05:19 +0000 (16:05 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2016 20:05:19 +0000 (16:05 -0400)
CRM/Utils/Address.php

index c8602fa5e23a86c6f99267521d76f88c87aed58e..b4ba87c538f29af808d99567211a112d565289f4 100644 (file)
@@ -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");
       }
     }