diff options
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/hardware.php | 3 | ||||
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 1 | ||||
-rw-r--r-- | h-source/Application/Include/wikiFormatting.php | 2 |
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(); |