From 57440a2879504005aca5f728f39ca7fcde6067b4 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Mon, 17 Jul 2006 20:22:20 +0000 Subject: [PATCH] rollback of change that made filesorts --- includes/SpecialListusers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialListusers.php b/includes/SpecialListusers.php index 3c22e9da0a..20b26b6330 100644 --- a/includes/SpecialListusers.php +++ b/includes/SpecialListusers.php @@ -132,7 +132,7 @@ class ListUsersPage extends QueryPage { "FROM $user ". "LEFT JOIN $user_groups ON user_id=ug_user " . $this->userQueryWhere( $dbr ) . - " GROUP BY 1, 2, 3, 4, 5"; + " GROUP BY user_name"; return $sql; } -- 2.20.1