diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 17:40:34 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 17:40:34 +0000 |
commit | a3161064a637e80ad04aeee2994001f6cee4a372 (patch) | |
tree | f4b249823106b63e7196f6c53a7a28e8157e963f /h-source/Application/Views | |
parent | fef5c074223364eb32032a5787ea824fcbadc4fe (diff) |
added sd card readers - part 2
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/Search/lspci_results.php | 3 |
1 files changed, 3 insertions, 0 deletions
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?"). " <b>".gtext($row['hardware']['compatibility'])."</b>"; break; + case 'sd-card-reader': + echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['sd_card_works'])."</b>"; + break; } ?> </div> |