diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-03 08:18:08 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-03 08:18:08 +0000 |
commit | 2f0587286b4e433b96a7db5db60a0dd94617f485 (patch) | |
tree | cc84a0899bd3fb380998005bbeb89fcddabd7220 /h-source/Application/Controllers/DownloadController.php | |
parent | fab22f5ebb7c5f757e48292a7f8de605638b7213 (diff) |
added the field can free systems be installed to notebooks category - Michał Masłowski suggestion
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r-- | h-source/Application/Controllers/DownloadController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index d58ba6c..1e4f94e 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -71,6 +71,7 @@ class DownloadController extends BaseController { $xml .= "\t\t<architecture>".translate($row['hardware']['architecture'])."</architecture>\n"; $xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n"; + $xml .= "\t\t<can_free_systems_be_installed>".$row['hardware']['can_free_systems_be_installed']."</can_free_systems_be_installed>\n"; } $xml .= "\t\t<model_name>".$row['hardware']['model']."</model_name>\n"; |