ContactgroupQuery: Remove COLLATE from query column `contact_name'

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-10 12:13:23 +02:00
parent 1dc16a1ab6
commit 6536878d5d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class ContactgroupQuery extends IdoQuery
),
'contacts' => array(
'contact' => 'co.name1 COLLATE latin1_general_ci',
'contact_name' => 'co.name1 COLLATE latin1_general_ci',
'contact_name' => 'co.name1',
'contact_alias' => 'c.alias',
'contact_email' => 'c.email_address',
'contact_pager' => 'c.pager_address',