From 8b8e183bdb4521c5360c6039ec76379d5463b0bb Mon Sep 17 00:00:00 2001 From: Atif Shaikh Date: Mon, 21 Apr 2014 10:52:52 +0530 Subject: [PATCH] CRM-13833 Further Enhancements ---------------------------------------- * CRM-13833: Implement Soft Credit Types https://issues.civicrm.org/jira/browse/CRM-13833 --- CRM/Utils/DeprecatedUtils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/DeprecatedUtils.php b/CRM/Utils/DeprecatedUtils.php index c7ba92afc8..f17358a473 100644 --- a/CRM/Utils/DeprecatedUtils.php +++ b/CRM/Utils/DeprecatedUtils.php @@ -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; -- 2.25.1