diff options
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 2 | ||||
-rw-r--r-- | h-source/Application/Include/vendors.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index 2414e1b..b6c2093 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4220,7 +4220,7 @@ function betterVendor($string) 'eMPIA-Technology-Inc.' => 'eMPIA Technology, Inc.', 'KWorld' => 'KWorld', 'Hewlett-Packard' => 'Hewlett Packard', - + 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', ); return (array_key_exists($string,$names)) ? $names[$string] : $string; diff --git a/h-source/Application/Include/vendors.php b/h-source/Application/Include/vendors.php index 3195e21..5eff011 100644 --- a/h-source/Application/Include/vendors.php +++ b/h-source/Application/Include/vendors.php @@ -3987,6 +3987,7 @@ class Vendors '1bbb' => 'T---A-Mobile-Phones', '1bc4' => 'Ford-Motor-Co.', '1bc5' => 'AVIXE-Technology-China-Ltd.', + '1bcf' => 'Sunplus-Innovation-Technology-Inc', '1bde' => 'P-TWO-INDUSTRIES-INC.', '1bf0' => 'RealVision-Inc.', '1bf5' => 'Extranet-Systems-Inc.', |