X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateReportData.php;h=2f0d19394742a54745758718466380f412dec412;hb=ca40fd3cfed45e521653191c9998ad14ec2a5d54;hp=b29982b5bf741ec79f255a97ea4c4343bf72fbe1;hpb=c6d460c07680ce16caa1f558723e0338188c0857;p=civicrm-core.git diff --git a/sql/GenerateReportData.php b/sql/GenerateReportData.php index b29982b5bf..2f0d193947 100644 --- a/sql/GenerateReportData.php +++ b/sql/GenerateReportData.php @@ -1563,7 +1563,7 @@ INSERT INTO `civicrm_pcp` VALUES ({$this->individual[3]}, 2, 'My Personal Civi Fundraiser', 'I''m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.', '

Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!

\r\n

You can learn more about CiviCRM here.

\r\n

Then click the Contribute Now button to go to our easy-to-use online contribution form.

', 'Contribute Now', 1, 1, 1, 5000.00, NULL, 1); "; - CRM_Core_DAO::executeQuery($query, CRM_Core_DAO::$_nullArray); + CRM_Core_DAO::executeQuery($query); } public function addContribution() {