summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_parsing.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-11 14:14:12 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-11 14:14:12 -0500
commit78907d1d678a058439cf5494c3bdbbb40b8320b2 (patch)
treed637d0a234cf7bad1c98e5a93a5c35d476a4eb40 /pts-core/functions/pts-functions_system_parsing.php
parent37c4e3b4d10a4c1b50ea640e7f8b9d76969a9287 (diff)
downloadphoronix-test-suite-upstream-78907d1d678a058439cf5494c3bdbbb40b8320b2.tar.gz
phoronix-test-suite-upstream-78907d1d678a058439cf5494c3bdbbb40b8320b2.tar.xz
phoronix-test-suite-upstream-78907d1d678a058439cf5494c3bdbbb40b8320b2.zip
pts-core: Add "00" to HAL $remove_words
Diffstat (limited to 'pts-core/functions/pts-functions_system_parsing.php')
-rw-r--r--pts-core/functions/pts-functions_system_parsing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_parsing.php b/pts-core/functions/pts-functions_system_parsing.php
index 569258b..04ef7bc 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -80,7 +80,7 @@ function read_hal($name, $UDI = null)
$info = trim(substr($info, 0, strpos($info, "'")));
}
- $remove_words = array("empty", "unknow", "system manufacturer", "system version", "system name", "system product name", "to be filled by o.e.m.", "not applicable", "not specified", "oem", "1234567890");
+ $remove_words = array("empty", "unknow", "system manufacturer", "system version", "system name", "system product name", "to be filled by o.e.m.", "not applicable", "not specified", "oem", "00", "1234567890");
if(empty($info) || in_array(strtolower($info), $remove_words))
{
$info = "Unknown";