From c7c3e14d0b007659666745552999fcab8817b625 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 24 Oct 2011 14:10:40 +0000 Subject: added vendor --- h-source/Application/Include/hardware.php | 1 + h-source/Application/Include/vendorTranslations.php | 1 + 2 files changed, 2 insertions(+) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 8caff1a..e5dccea 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -259,6 +259,7 @@ class Notebooks extends Hardware "Lenovo" => "Lenovo", "LG" => "LG", "msi" => "msi", + "One Laptop per Child (Non-Profit)" => "One-Laptop-per-Child-Non-Profit", "Philco" => "Philco", "Philips" => "Philips", "Panasonic" => "Panasonic", diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index b6c2093..4c6cca7 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -24,6 +24,7 @@ if (!defined('EG')) die('Direct access not allowed!'); function betterVendor($string) { $names = array( + "One-Laptop-per-Child-Non-Profit" => "One Laptop per Child (Non-Profit)", "AT-T" => "AT&T", "Franklin-Wireless-Corporation" => "Franklin Wireless Corporation", "Novatel-Wireless" => "Novatel Wireless", -- cgit v1.2.3