Skip to content

Commit

Permalink
fix warninga
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Jan 18, 2018
1 parent 03a3642 commit e4c6eb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CRM/Report/Form/Contact/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public function from() {
ON ({$this->_aliases['civicrm_contact']}.id = {$this->_aliases['civicrm_address']}.contact_id AND
{$this->_aliases['civicrm_address']}.is_primary = 1 ) ";


$this->addPhoneFromClause();
$this->addEmailFromClause()

Expand Down
1 change: 0 additions & 1 deletion CRM/Report/Form/Member/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ public function from() {
ON {$this->_aliases['civicrm_membership_status']}.id =
{$this->_aliases['civicrm_membership']}.status_id ";


$this->addAddressFromClause();
$this->addPhoneFromClause();
$this->addEmailFromClause();
Expand Down
1 change: 0 additions & 1 deletion CRM/Report/Form/Member/Lapse.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public function from() {
ON {$this->_aliases['civicrm_membership']}.membership_type_id =
{$this->_aliases['civicrm_membership_type']}.id";


$this->addAddressFromClause();
$this->addPhoneFromClause();
$this->addEmailFromClause();
Expand Down

0 comments on commit e4c6eb1

Please sign in to comment.