diff options
Diffstat (limited to 'h-source/Application/Include/myFunctions.php')
-rw-r--r-- | h-source/Application/Include/myFunctions.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index b7fe7e4..fefc376 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -380,6 +380,20 @@ function betterVendor($string) "Z-Star-Microelectronics-Corporation" => "Z-Star Microelectronics Corporation", "Micro-Star-International" => "Micro Star International", "VIA-Technologies-Inc" => "VIA Technologies, Inc", + "ALFA-NETWORK-Inc" => "ALFA NETWORK Inc", + "Amigo-Technology-Inc" => "Amigo Technology Inc", + "amit-Inc" => "amit Inc", + "Atlantis_S-p-A" => "Atlantis S.p.A.", + "Buffalo-Technology-Ltd" => "Buffalo Technology, Ltd", + "Compex-Systems-Pte-Ltd" => "Compex Systems Pte Ltd", + "Encore-Electronics-Inc" => "Encore Electronics Inc", + "JAHT-Technologies-Corp" => "JAHT Technologies Corp", + "Micronet-Communications-Inc" => "Micronet Communications, Inc", + "Minitar-Corporation" => "Minitar Corporation", + "OvisLink-Technologies-Corp" => "OvisLink Technologies Corp", + "PRO-NETS_Technology_Corp" => "PRO-NETS Technology Corp", + "Sparklan-comunications-Inc" => "Sparklan comunications, Inc", + "Unex-Technology-Corp" => "Unex Technology Corp", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; |