Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Jan 31, 2018
1 parent 655438e commit 642b673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -4375,7 +4375,7 @@ public function addPhoneFromClause($prefix = '', $extra = array()) {
*/
public function addEmailFromClause($prefix = '', $extra = array()) {
// include email field if email column is to be included
if ($this->isTableSelected($prefix .'civicrm_email')) {
if ($this->isTableSelected($prefix . 'civicrm_email')) {
$this->_from .= "
LEFT JOIN civicrm_email {$this->_aliases[$prefix . 'civicrm_email']}
ON ({$this->_aliases[$prefix . 'civicrm_contact']}.id = {$this->_aliases[$prefix . 'civicrm_email']}.contact_id AND
Expand Down

0 comments on commit 642b673

Please sign in to comment.