diff options
Diffstat (limited to 'h-source/Application/Include/myFunctions.php')
-rw-r--r-- | h-source/Application/Include/myFunctions.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index fefc376..20b5ae9 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -394,6 +394,14 @@ function betterVendor($string) "PRO-NETS_Technology_Corp" => "PRO-NETS Technology Corp", "Sparklan-comunications-Inc" => "Sparklan comunications, Inc", "Unex-Technology-Corp" => "Unex Technology Corp", + "Vimicro-Corp" => "Vimicro Corp", + "LOREX-Technology-Inc" => "LOREX Technology Inc", + "ADOMAX-technology" => "ADOMAX technology", + "Omega-Technology-Corp" => "Omega Technology Corp", + "Shenzhen-Vigor-Electronic" => "Shenzhen Vigor Electronic", + "Astak-Inc" => "Astak Inc", + "iMicro-Electronics" => "iMicro Electronics", + "Active-Pixel" => "Active Pixel", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; |