From 49eb7cf909c9dea7a7f0ae136bc3f52699664140 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 13 Jun 2012 13:34:30 +0000 Subject: added Blue Light vendor - joseluis 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 8d6e25b..09d1298 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -28,6 +28,7 @@ function betterVendor($string) $exceptions = array( "One-Laptop-per-Child-Non-Profit" => "One Laptop per Child (Non-Profit)", "ZaReason-Inc" => "ZaReason, Inc", + "Blue-Light" => "Blue Light", ); return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string); -- cgit v1.2.3