From e42c6ee95fcef13374b744b392f3b27507683c2f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Jul 2018 14:46:16 +0200 Subject: packages/index.php: query pkgbase, too --- packages/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/index.php b/packages/index.php index 08c7048..a99744c 100644 --- a/packages/index.php +++ b/packages/index.php @@ -123,6 +123,7 @@ require_once BASE . "/lib/format.php"; $result = mysql_run_query( "SELECT " . "`binary_packages`.`pkgname`," . + "`package_sources`.`pkgbase`," . "`repositories`.`name` AS `repo`," . "`architectures`.`name` AS `arch`," . "CONCAT(IF(`binary_packages`.`epoch`=\"0\",\"\",CONCAT(`binary_packages`.`epoch`,\":\"))," . @@ -218,6 +219,7 @@ require_once BASE . "/lib/format.php"; $result = mysql_run_query( "SELECT " . "`binary_packages`.`pkgname`," . + "`package_sources`.`pkgbase`," . "`repositories`.`name` AS `repo`," . "`architectures`.`name` AS `arch`," . "CONCAT(IF(`binary_packages`.`epoch`=\"0\",\"\",CONCAT(`binary_packages`.`epoch`,\":\"))," . -- cgit v1.2.3