Skip to content
Snippets Groups Projects
Commit 10b0fd27 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif ordre de la liste

parent 6f4ebfe2
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ if ($_GET["search_grille"]) ...@@ -194,7 +194,7 @@ if ($_GET["search_grille"])
} }
$sql = $sql . $sqlc . " ORDER BY $sortfield $sortorder " . $db->plimit($conf->liste_limit+1, $offset); $sql = $sql . $sqlc . " ORDER BY u.name ASC " . $db->plimit($conf->liste_limit+1, $offset);
$result = $db->query($sql); $result = $db->query($sql);
if ($result) if ($result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment