diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-03-01 18:30:58 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-03-01 18:30:58 +0100 |
commit | 95140b880b035f07f4545c8421230c25349b45e4 (patch) | |
tree | cbb61dd982ea1a6ea0345011925ab6381ae6e6b6 /web | |
parent | 6ec4a3589e327ded693ab0c741828fc5ec66b840 (diff) | |
parent | 42f5c405c0280b6216028d0513e29c306e388426 (diff) | |
download | aurweb-95140b880b035f07f4545c8421230c25349b45e4.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/aurjson.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 7f9b5f2..3bd9179 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -266,7 +266,6 @@ class AurJSON { "ON Licenses.ID = PackageLicenses.LicenseID " . "WHERE ${where_condition} " . "AND PackageBases.PackagerUID IS NOT NULL " . - "GROUP BY Packages.ID " . "LIMIT $max_results"; } elseif ($this->version >= 2) { if ($this->version == 2 || $this->version == 3) { |