summaryrefslogtreecommitdiff
path: root/lib/style.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/style.php')
-rw-r--r--lib/style.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/style.php b/lib/style.php
index 99bdce2..b1dcd31 100644
--- a/lib/style.php
+++ b/lib/style.php
@@ -98,6 +98,11 @@ $difflist_sorts = array(
"label" => "i686 Version",
"mysql" => "`i686_version`"
),
+ "x86_64_version" => array(
+ "title" => "x86_64 version",
+ "label" => "x86_64 Version",
+ "mysql" => "`x86_64_version`"
+ ),
"repo" => array(
"title" => "repository",
"label" => "Repository",
@@ -139,6 +144,7 @@ $difflist_print_columns = array(
'$i686_font_post',
'"</a>'
),
+ 'x86_64_version' => array('$x86_64_version'),
'repository' => array('$repository'),
'i486_move_date' => array('$i486_move_date'),
'i686_move_date' => array('$i686_move_date')