Hi Wagnerbl - thanks for the tip. It didn't do it for me, I guess my version's different, but it did lead me eventually to function generate_search_where() in /include/utils.php that's causing the problem:
Code:
foreach ($field_list[$module] as $field=>$parms)
{
if(isset($values[$field]) && $values[$field] != "") {
$operator='like';
if (!empty($parms['operator']))
{$operator=$parms['operator'];}
... .. so now if anyone can tell me where those custom override operators it's looking for in $parms are defined for the accounts table, I think we'll be rocking.
Thanks again for your help.
Bookmarks