From 7f6e4376f546a6f9ebcee4f85a09efa914907f0e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 15 Jan 2012 16:56:28 +0000 Subject: added CLEVO vendor - virgolus 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 adb06ce..1b37549 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4223,6 +4223,7 @@ function betterVendor($string) 'Hewlett-Packard' => 'Hewlett Packard', 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', 'Feiya-Technology-Corp' => 'Feiya Technology Corp.', + "CLEVO-CO" => "CLEVO CO.", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; -- cgit v1.2.3