Skip to content

Commit

Permalink
ContactgroupQuery: Make query column `contactgroup_alias' case-insens…
Browse files Browse the repository at this point in the history
…itive

refs #8613
  • Loading branch information
Johannes Meyer committed Apr 10, 2015
1 parent 6536878 commit 71c0131
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ class ContactgroupQuery extends IdoQuery
'contactgroups' => array(
'contactgroup' => 'cgo.name1 COLLATE latin1_general_ci',
'contactgroup_name' => 'cgo.name1',
'contactgroup_alias' => 'cg.alias',
'contactgroup_alias' => 'cg.alias COLLATE latin1_general_ci'
),
'contacts' => array(
'contact' => 'co.name1 COLLATE latin1_general_ci',
Expand Down

0 comments on commit 71c0131

Please sign in to comment.