ContactgroupQuery: Remove COLLATE from query column `contactgroup_name'

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

View File

@ -8,7 +8,7 @@ class ContactgroupQuery extends IdoQuery
protected $columnMap = array(
'contactgroups' => array(
'contactgroup' => 'cgo.name1 COLLATE latin1_general_ci',
'contactgroup_name' => 'cgo.name1 COLLATE latin1_general_ci',
'contactgroup_name' => 'cgo.name1',
'contactgroup_alias' => 'cg.alias',
),
'contacts' => array(