projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb5f67
)
remove unneccessary code
author
yashodha
<yashodha@cividesk.com>
Mon, 31 Dec 2018 05:23:24 +0000
(10:53 +0530)
committer
yashodha
<yashodha@cividesk.com>
Mon, 31 Dec 2018 05:23:24 +0000
(10:53 +0530)
CRM/Report/Form/Pledge/Pbnp.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Pledge/Pbnp.php
b/CRM/Report/Form/Pledge/Pbnp.php
index e2199e88218a1462959e108fd283180b59a5bd98..562b1435f3da82111102a95a438734789c8253a3 100644
(file)
--- a/
CRM/Report/Form/Pledge/Pbnp.php
+++ b/
CRM/Report/Form/Pledge/Pbnp.php
@@
-46,10
+46,6
@@
class CRM_Report_Form_Pledge_Pbnp extends CRM_Report_Form {
* Class constructor.
*/
public function __construct() {
-
- // Check if CiviCampaign is a) enabled and b) has active campaigns
- $config = CRM_Core_Config::singleton();
-
$this->_columns = array(
'civicrm_contact' => array(
'dao' => 'CRM_Contact_DAO_Contact',