aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/myFunctions.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-10 21:25:18 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-10 21:25:18 +0000
commit2465c85509e0d45ca30458cdc1007cd29bc9de62 (patch)
tree7254e66a6fe3a2ce81ae40b27b3185e6257f23b2 /h-source/Application/Include/myFunctions.php
parent49817ee26aca932522b97f790bc6d56957ca541c (diff)
added webcam vendors
Diffstat (limited to 'h-source/Application/Include/myFunctions.php')
-rw-r--r--h-source/Application/Include/myFunctions.php8
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;