summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_parsing.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-13 10:50:28 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-13 10:50:28 -0500
commit2be7b372344a116d02314b469813aeef84719b22 (patch)
tree5badeecea5daa5f42272ef2b0e10959b055208ba /pts-core/functions/pts-functions_system_parsing.php
parent8d65c91a513dcdd75778f0f0cf44834f7f59c530 (diff)
downloadphoronix-test-suite-upstream-2be7b372344a116d02314b469813aeef84719b22.tar.gz
phoronix-test-suite-upstream-2be7b372344a116d02314b469813aeef84719b22.tar.xz
phoronix-test-suite-upstream-2be7b372344a116d02314b469813aeef84719b22.zip
pts-core: Rename hal-remove-words.txt to hal-values-remove.txt
Diffstat (limited to 'pts-core/functions/pts-functions_system_parsing.php')
-rw-r--r--pts-core/functions/pts-functions_system_parsing.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/functions/pts-functions_system_parsing.php b/pts-core/functions/pts-functions_system_parsing.php
index f9b5274..e0c4aff 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -63,9 +63,9 @@ function read_hal($name, $UDI = null)
{
$name = array($name);
}
- if(empty($remove_words) && is_file(STATIC_DIR . "hal-remove-words.txt"))
+ if(empty($remove_words) && is_file(STATIC_DIR . "hal-values-remove.txt"))
{
- $word_file = trim(file_get_contents(STATIC_DIR . "hal-remove-words.txt"));
+ $word_file = trim(file_get_contents(STATIC_DIR . "hal-values-remove.txt"));
$remove_words = array_map("trim", explode("\n", $word_file));
}