From 89fa061001f216f4ee3ec64962432d3c9503c792 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 11 Sep 2013 17:01:16 +0530 Subject: [PATCH] -- fixed for CRM-13340 ---------------------------------------- * 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 278f010e52..94772a5282 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -973,7 +973,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