fix array indentation
authorBrian Shaughnessy <brian@lcdservices.biz>
Thu, 15 Sep 2016 11:18:09 +0000 (07:18 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Thu, 15 Sep 2016 11:18:09 +0000 (07:18 -0400)
CRM/Contribute/Form/Task/PDF.php

index 7f21365de7d7922fcabce190051908ef1d637019..29444008fceeb83505b155b189f68f1d93cd7dfc 100644 (file)
@@ -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);