aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2013-04-06 21:10:36 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2013-04-06 21:10:36 +0000
commit5a1b961e75af047b792814208f36a196f4140644 (patch)
tree4e3200d54c955227e0a9e3087e603f61ebc84e9d /h-source/Application/Include
parent8891e3091e53ac23c8b3d67e84ce4b5ff1eede4f (diff)
added some vendors -rsandu issue
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r--h-source/Application/Include/hardware.php3
-rw-r--r--h-source/Application/Include/vendorTranslations.php1
-rw-r--r--h-source/Application/Include/wikiFormatting.php2
3 files changed, 5 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 23cfad5..244515f 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -322,6 +322,7 @@ class Notebooks extends Hardware
"FUJITSU" => "FUJITSU",
"Garlach44" => "Garlach44",
"Gateway" => "Gateway",
+ "Google" => "Google",
"Hewlett Packard" => "Hewlett-Packard",
"IBM" => "IBM",
"Lanix" => "Lanix",
@@ -332,6 +333,8 @@ class Notebooks extends Hardware
"Olimex" => "Olimex",
"One Laptop per Child (Non-Profit)" => "One-Laptop-per-Child-Non-Profit",
"Openpandora Ltd." => "Openpandora-Ltd",
+ "Oracle" => "Oracle",
+ "Packard Bell" => "Packard-Bell",
"Philco" => "Philco",
"Philips" => "Philips",
"Panasonic" => "Panasonic",
diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php
index 45df63b..bb86b76 100644
--- a/h-source/Application/Include/vendorTranslations.php
+++ b/h-source/Application/Include/vendorTranslations.php
@@ -35,6 +35,7 @@ function betterVendor($string)
"ZaReason-Inc" => "ZaReason, Inc",
"Blue-Light" => "Blue Light",
"Openpandora-Ltd" => "Openpandora Ltd.",
+ "Packard-Bell" => "Packard Bell",
);
return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string);
diff --git a/h-source/Application/Include/wikiFormatting.php b/h-source/Application/Include/wikiFormatting.php
index 2a8ba21..e868674 100644
--- a/h-source/Application/Include/wikiFormatting.php
+++ b/h-source/Application/Include/wikiFormatting.php
@@ -99,7 +99,7 @@ function createTabs($match)
return null;
}
-//create the HTM Lof the tabs in the description entry
+//create the HTML of the tabs in the description entry
class Tabs
{
public static $tabList = array();