CRM-13833 Further Enhancements
authorAtif Shaikh <shaikh388@gmail.com>
Mon, 21 Apr 2014 05:22:52 +0000 (10:52 +0530)
committerAtif Shaikh <shaikh388@gmail.com>
Mon, 21 Apr 2014 05:22:52 +0000 (10:52 +0530)
----------------------------------------
* CRM-13833: Implement Soft Credit Types
  https://issues.civicrm.org/jira/browse/CRM-13833

CRM/Utils/DeprecatedUtils.php

index c7ba92afc800deeb9b684c72082b89b81316310a..f17358a4739ca9f16105f6a44749f6920c1d0a70 100644 (file)
@@ -335,10 +335,10 @@ function _civicrm_api3_deprecated_formatted_param($params, &$values, $create = F
         }
         else {
           if ($onDuplicate == CRM_Import_Parser::DUPLICATE_UPDATE) {
-            return civicrm_api3_create_error("Empty Contribution and Invoice and Transaction ID.Row was skipped.");
+            return civicrm_api3_create_error("Empty Contribution and Invoice and Transaction ID. Row was skipped.");
           }
           else {
-            return civicrm_api3_create_error("Empty Contact and External ID.Row was skipped.");
+            return civicrm_api3_create_error("Empty Contact and External ID. Row was skipped.");
           }
         }
         break;