CRM-16941 - Search Form and api.Get fixes for Contact
$isSmart = FALSE;
$isNotOp = ($op == 'NOT IN' || $op == '!=');
- if ($value) {
- if (strpos($op, 'IN') === FALSE) {
- $value = key($value);
- }
- else {
- $value = array_keys($value);
- }
- }
-
$statii = array();
- $gcsValues = &$this->getWhereValues('group_contact_status', $grouping);
+ $gcsValues = $this->getWhereValues('group_contact_status', $grouping);
if ($gcsValues &&
is_array($gcsValues[2])
) {