Merge branch '1441-Busqueda-y-ordenacion-no-funcionan-correctamente-en-Gestionar-agentes-Carrefour' into 'develop'

Uncomment collation order for case insensitive agent search - #1441

See merge request artica/pandorafms!913
This commit is contained in:
vgilc 2017-10-26 09:53:45 +02:00
commit e344ad8de8
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":