summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-03 15:59:57 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 15:59:57 -0400
commit11f8a439beb997f21e2e3ba87de078bd78bf2ed8 (patch)
treec131feea533c1bdab712129f45965277d495b172 /pts-core/functions/pts-functions-merge.php
parentf6929f115bbac05fbb509556e09089de68841878 (diff)
downloadphoronix-test-suite-upstream-11f8a439beb997f21e2e3ba87de078bd78bf2ed8.tar.gz
phoronix-test-suite-upstream-11f8a439beb997f21e2e3ba87de078bd78bf2ed8.tar.xz
phoronix-test-suite-upstream-11f8a439beb997f21e2e3ba87de078bd78bf2ed8.zip
pts-core: Should be a load of trivial fixes for variable names and other
things... Hopefully no naming regressions.
Diffstat (limited to 'pts-core/functions/pts-functions-merge.php')
-rw-r--r--pts-core/functions/pts-functions-merge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index db75fd7..6481964 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -36,7 +36,7 @@ function pts_find_file($file)
return $USE_FILE;
}
-function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
+function pts_merge_test_results($OLD_RESULTS, $NEW_RESULTS)
{
// RE-READ LATEST RESULTS
$new_xml_reader = new tandem_XmlReader($NEW_RESULTS);