summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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",