Do not adjust the collation when querying service descriptions

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-08 14:41:13 +02:00
parent b449127680
commit 98c76a693e
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class StatusQuery extends IdoQuery
'service_host' => 'so.name1 COLLATE latin1_general_ci',
'service_host_name' => 'so.name1',
'service' => 'so.name2 COLLATE latin1_general_ci',
'service_description' => 'so.name2 COLLATE latin1_general_ci',
'service_description' => 'so.name2',
'service_display_name' => 's.display_name',
'service_icon_image' => 's.icon_image',
'service_action_url' => 's.action_url',