aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-04-26 05:32:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-04-26 05:32:06 +0000
commit64fbca4467ef44081b680955592428da35b40a9a (patch)
tree4aee063a793513c8880514ebb51b35089bd57c72 /h-source/Application/Controllers/DownloadController.php
parentea4c1ff1b7946ecd9934419dc4873de74dccb3f0 (diff)
added RAID adapter category, part 1 - rsandu issue
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index 5fa11b2..7994329 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -136,7 +136,7 @@ class DownloadController extends BaseController
$xml .= "\t\t<it_works>".$row['hardware']['video_card_works']."</it_works>\n";
}
- if ($type === 'acquisition-card' or $type === 'modem')
+ if ($type === 'acquisition-card' or $type === 'modem' or $type === 'RAID-adapter')
{
$xml .= "\t\t<it_works>".$row['hardware']['compatibility']."</it_works>\n";
}
@@ -262,4 +262,8 @@ class DownloadController extends BaseController
$this->printXml($lang, array('type'=>'modem','-deleted'=>'no'));
}
+ public function raidadapters($lang = 'en')
+ {
+ $this->printXml($lang, array('type'=>'RAID-adapter','-deleted'=>'no'));
+ }
} \ No newline at end of file