Update fancytokens.php
There was a bug causing recipients of a mass mail to get duplicated event information.
This commit is contained in:
parent
56a1510262
commit
c94f76abca
@ -194,7 +194,7 @@ $tokens['communitynews'] = array(
|
||||
// print "<br>contacts: ";
|
||||
// print_r($contactIDs);
|
||||
foreach ( $contactIDs as $cid ) {
|
||||
|
||||
$tmp_event_html = "";
|
||||
$dao =& CRM_Core_DAO::executeQuery( $sql, CRM_Core_DAO::$_nullArray ) ;
|
||||
while($dao->fetch()){
|
||||
$eid = $dao->id;
|
||||
|
Loading…
Reference in New Issue
Block a user