From b7a36e4d34b6b89155bd3737c778f7c0f31bf490 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 4 Nov 2011 16:55:35 +0000 Subject: added vendor - Ark 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 4c6cca7..adb06ce 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4222,6 +4222,7 @@ function betterVendor($string) 'KWorld' => 'KWorld', 'Hewlett-Packard' => 'Hewlett Packard', 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', + 'Feiya-Technology-Corp' => 'Feiya Technology Corp.', ); return (array_key_exists($string,$names)) ? $names[$string] : $string; -- cgit v1.2.3