Merge branch '1091-Fixed-key-sensitive-search-in-agents-list-dev' into 'develop'

Fixed search field in agents list

See merge request !650
This commit is contained in:
vgilc 2017-08-18 13:01:01 +02:00
commit 93c03da3fe
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,7 @@ echo "</tr></table>";
$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":
@ -275,6 +274,7 @@ switch ($sortField) {
}
$search_sql = '';
if ($search != "") {
$sql = "SELECT DISTINCT taddress_agent.id_agent FROM taddress
INNER JOIN taddress_agent ON