From a3161064a637e80ad04aeee2994001f6cee4a372 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 2 Oct 2011 17:40:34 +0000 Subject: added sd card readers - part 2 --- h-source/Application/Views/Search/lspci_results.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Views') diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php index dc6b152..b74867b 100644 --- a/h-source/Application/Views/Search/lspci_results.php +++ b/h-source/Application/Views/Search/lspci_results.php @@ -70,6 +70,9 @@ case 'acquisition-card': echo gtext("does it work with free software?"). " ".gtext($row['hardware']['compatibility']).""; break; + case 'sd-card-reader': + echo gtext("does it work with free software?"). " ".gtext($row['hardware']['sd_card_works']).""; + break; } ?> -- cgit v1.2.3