mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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:
commit
e344ad8de8
@ -181,7 +181,7 @@ $order_collation = "";
|
|||||||
switch ($config["dbtype"]) {
|
switch ($config["dbtype"]) {
|
||||||
case "mysql":
|
case "mysql":
|
||||||
$order_collation = "";
|
$order_collation = "";
|
||||||
//$order_collation = "COLLATE utf8_general_ci";
|
$order_collation = "COLLATE utf8_general_ci";
|
||||||
break;
|
break;
|
||||||
case "postgresql":
|
case "postgresql":
|
||||||
case "oracle":
|
case "oracle":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user