From 1f31858ff055c83be1412a453ba54d36dac97e25 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Feb 2019 13:58:50 +0100 Subject: lib/style.php: $difflist_sorts: fix mysql column names --- lib/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/style.php b/lib/style.php index 547e350..99bdce2 100644 --- a/lib/style.php +++ b/lib/style.php @@ -86,7 +86,7 @@ $difflist_sorts = array( "name" => array( "title" => "name", "label" => "Name", - "mysql" => "`binary_packages`.`name`" + "mysql" => "`pkgname`" ), "i486_version" => array( "title" => "i486 version", @@ -101,7 +101,7 @@ $difflist_sorts = array( "repo" => array( "title" => "repository", "label" => "Repository", - "mysql" => "`repo`" + "mysql" => "`repository`" ), "i486_last_moved" => array( "title" => "i486 last updated", -- cgit v1.2.3