mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +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')
|
elseif($col == 'contact_value')
|
||||||
{
|
{
|
||||||
$criteria =array_merge($criteria,array('extra_order.contact_value'=>$val));
|
if ($order_by[0] == '#')
|
||||||
unset($criteria[$col]);
|
{
|
||||||
|
$criteria =array_merge($criteria,array('extra_order.contact_value'=>$val));
|
||||||
|
unset($criteria[$col]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user