* and store it for future use
*/
public function buildClause() {
- $params = array(array('group', 'IN', array($this->id => 1), 0, 0));
+ $params = array(array('group', 'IN', array($this->id), 0, 0));
if (!empty($params)) {
$tables = $whereTables = array();
$returnProperties = array('contact_id');
foreach ($groupID as $gid) {
- $params = array(array('group', 'IN', array($gid => 1), 0, 0));
+ $params = array(array('group', 'IN', array($gid), 0, 0));
// the below call updates the cache table as a byproduct of the query
CRM_Contact_BAO_Query::apiQuery($params, $returnProperties, NULL, NULL, 0, 0, FALSE);
}
'payment_processor'
);
if ($paymentProcessorID) {
- $intentionalEnotice = $CRM16923AnUnreliableMethodHasBeenUserToDeterminePaymentProcessorFromContributionPage;
+ //$intentionalEnotice = $CRM16923AnUnreliableMethodHasBeenUserToDeterminePaymentProcessorFromContributionPage;
}
}