From 8f5e77c1b1780a7b6781013673dde44f8eaa1a95 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 25 Sep 2013 15:38:58 +0530 Subject: [PATCH] -- CRM-13340, this PR should be merged in 4.3, but merged in master so sending it again for 4.3 branch. ---------------------------------------- * CRM-13340: upgrading to (unreleased) 4.3.6 gets sql error on some sites http://issues.civicrm.org/jira/browse/CRM-13340 --- CRM/Upgrade/Incremental/php/FourThree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourThree.php b/CRM/Upgrade/Incremental/php/FourThree.php index a925a615b3..ce0d039710 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -981,7 +981,7 @@ ORDER BY cli.id"; $financialTrxn[$dao->contribution_recur_id] = array( 'price_field_id' => $dao->price_field_id, 'price_field_value_id' => $dao->price_field_value_id, - 'label' => $dao->label, + 'label' => strval($dao->label), 'financial_account_id' => $dao->financial_account_id, $dao->contribution_id => 1, ); -- 2.25.1