From 1c66628961176ff396bf5ff0d9c57e30984d31c8 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 4 Mar 2022 12:37:44 +0000 Subject: [PATCH] wait #5144 --- inc/commons/class.common.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/commons/class.common.url.php b/inc/commons/class.common.url.php index 044dab30e..110f39b64 100644 --- a/inc/commons/class.common.url.php +++ b/inc/commons/class.common.url.php @@ -225,7 +225,7 @@ class commonUrl } elseif ($args[1] == 'wsuser') { $dao = new commonDAOUtilisateur($core->con); $dao->setSearch($q, true); - $clients = $dao->getListe('utilisateur_id', 'DESCs', null, ' AND ws_grade>0', $core->user); + $clients = $dao->getListe('utilisateur_id', 'DESC', null, ' AND ws_grade>0', $core->user); foreach ($clients as $client) { $suggestions[] = $client->utilisateur_id . ' - ' . $client->rs . ' (' . $client->prenom . ' ' . $client->nom . ')'; } -- 2.39.5