From 5a1b961e75af047b792814208f36a196f4140644 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 6 Apr 2013 21:10:36 +0000 Subject: added some vendors -rsandu issue --- h-source/Application/Include/vendorTranslations.php | 1 + 1 file changed, 1 insertion(+) (limited to 'h-source/Application/Include/vendorTranslations.php') 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); -- cgit v1.2.3