From: Domas Mituzas Date: Mon, 17 Jul 2006 20:22:20 +0000 (+0000) Subject: rollback of change that made filesorts X-Git-Tag: 1.31.0-rc.0~56190 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=57440a2879504005aca5f728f39ca7fcde6067b4;p=lhc%2Fweb%2Fwiklou.git rollback of change that made filesorts --- 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; }