----------------------------------------
* CRM-13206: Use of 'Preferred Language' filter in advance search doesn't fetch proper result
http://issues.civicrm.org/jira/browse/CRM-13206
static $_relationshipTempTable = NULL;
public $_pseudoConstantsSelect = array();
-
+
/**
* class constructor which also does all the work
*
$qill = implode(', ', $newValues);
}
}
- else {
+ elseif (!array_key_exists($value, $selectValues)) {
// its a string, lets get the int value
$value = array_search($value, $selectValues);
}