summaryrefslogtreecommitdiff
path: root/lib/style.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-19 13:58:50 +0100
committerErich Eckner <git@eckner.net>2019-02-19 13:58:50 +0100
commit1f31858ff055c83be1412a453ba54d36dac97e25 (patch)
treeb542ea753812ab7a21ee0947010dca60704f7bb2 /lib/style.php
parent1c339d5f5da42275a92828f0fc9f36c01103e759 (diff)
downloadarchweb32-1f31858ff055c83be1412a453ba54d36dac97e25.tar.xz
lib/style.php: $difflist_sorts: fix mysql column names
Diffstat (limited to 'lib/style.php')
-rw-r--r--lib/style.php4
1 files changed, 2 insertions, 2 deletions
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",