From 55505848eaf681e378e0a34af204da10566254e9 Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Mon, 11 Jul 2016 16:21:35 +0000 Subject: Add Qbex, increase timeout to match h-node, sort by compatibility by default --- h-source/Application/Include/myFunctions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'h-source/Application/Include/myFunctions.php') diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index 5cb1036..903c013 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -122,13 +122,13 @@ function getOrderByClause($string) $orderBy = 'model desc'; break; case 'compatibility': - $orderBy = 'compatibility'; + $orderBy = 'compatibility, hardware.id_hard desc'; break; case 'undef': - $orderBy = 'hardware.id_hard desc'; + $orderBy = 'compatibility, hardware.id_hard desc'; break; default: - $orderBy = 'hardware.id_hard desc'; + $orderBy = 'compatibility, hardware.id_hard desc'; } return $orderBy; @@ -458,4 +458,4 @@ function getTranslationFunction($fieldName) } return "gtext"; -} \ No newline at end of file +} -- cgit v1.2.3