Uncomment collation order for case insensitive agent search - #1441

This commit is contained in:
enriquecd 2017-10-10 14:55:17 +02:00
parent 9181d1ca16
commit 45383875b1
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ $order_collation = "";
switch ($config["dbtype"]) {
case "mysql":
$order_collation = "";
//$order_collation = "COLLATE utf8_general_ci";
$order_collation = "COLLATE utf8_general_ci";
break;
case "postgresql":
case "oracle":