aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
commit3c1f2dfdb82656dc47a1cb467d03e09e52792f24 (patch)
tree490a63fcaab8213346bb80657e61cde2245bf010 /h-source/Application/Controllers/DownloadController.php
parent1b84f9bcf2d480431608d8fb08d0671bc945211d (diff)
h-source:added the other_names entry
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index 64eec34..879bded 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -77,6 +77,7 @@ class DownloadController extends BaseController
if ($type !== 'notebook')
{
+ $xml .= "\t\t<other_names><![CDATA[".$row['hardware']['other_names']."]]></other_names>\n";
$xml .= "\t\t<vendorid_productid>".$row['hardware']['pci_id']."</vendorid_productid>\n";
}