From: Pradeep Nayak Date: Wed, 25 Sep 2013 10:08:58 +0000 (+0530) Subject: -- CRM-13340, this PR should be merged in 4.3, but merged in master so sending it... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8f5e77c1b1780a7b6781013673dde44f8eaa1a95;p=civicrm-core.git -- 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 --- 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, );