Merge branch 'maint'

This commit is contained in:
Lukas Fleischer 2016-03-01 18:30:58 +01:00
commit 95140b880b
2 changed files with 1 additions and 2 deletions

View file

@ -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) {