mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
another bug: if we dont order by cf's we dont need to extend the customfields by its tablename
This commit is contained in:
parent
8057d8b368
commit
6d36d46e90
@ -308,8 +308,11 @@ class socontacts_sql extends so_sql
|
||||
}
|
||||
elseif($col == 'contact_value')
|
||||
{
|
||||
$criteria =array_merge($criteria,array('extra_order.contact_value'=>$val));
|
||||
unset($criteria[$col]);
|
||||
if ($order_by[0] == '#')
|
||||
{
|
||||
$criteria =array_merge($criteria,array('extra_order.contact_value'=>$val));
|
||||
unset($criteria[$col]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user