From: Brian Shaughnessy Date: Thu, 15 Sep 2016 11:18:09 +0000 (-0400) Subject: fix array indentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9f4863ff89f20773c6955b0c7e4202df8a023ba1;p=civicrm-core.git fix array indentation --- diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index 7f21365de7..29444008fc 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -191,7 +191,7 @@ AND {$this->_componentClause}"; FROM civicrm_financial_trxn WHERE trxn_id = %1 LIMIT 1", array( - 1 => array($contribution->trxn_id, 'String'))); + 1 => array($contribution->trxn_id, 'String'))); // CRM_Contribute_BAO_Contribution::composeMessageArray expects mysql formatted date $objects['contribution']->receive_date = CRM_Utils_Date::isoToMysql($objects['contribution']->receive_date);