Uncomment collation order for case insensitive agent search - #1441
This commit is contained in:
parent
9181d1ca16
commit
45383875b1
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue