From e9aa71747e2cca0c20ccb5ce95eea28daff30ff0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 26 Dec 2010 01:41:37 +0000 Subject: changed sort-by options for sound cards --- h-source/Application/Controllers/GenericController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index 57b22ec..c8174ab 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -44,6 +44,10 @@ class GenericController extends BaseController $popup->itemsName = array('last inserted','alphabetically','alphabetically desc'); $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc'); break; + case 'soundcards': + $popup->itemsName = array('last inserted','alphabetically','alphabetically desc'); + $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc'); + break; default: $popup->itemsName = array('last inserted','alphabetically','alphabetically desc','compatibility'); $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc','compatibility'); -- cgit v1.2.3