summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_config.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-02 09:51:54 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-02 09:51:54 -0400
commit29ce4d74394a0646a4edfbe7b33d97f37fd6e952 (patch)
treedb3d6a1c6e1bcf2aa8e21d6d11dd1b04474af8a1 /pts-core/functions/pts-functions_config.php
parente183e7477d45c29032e320f9fd4284d4e8562e96 (diff)
downloadphoronix-test-suite-upstream-29ce4d74394a0646a4edfbe7b33d97f37fd6e952.tar.gz
phoronix-test-suite-upstream-29ce4d74394a0646a4edfbe7b33d97f37fd6e952.tar.xz
phoronix-test-suite-upstream-29ce4d74394a0646a4edfbe7b33d97f37fd6e952.zip
pts-core: Cleanup pts-functions_system.php and move most of it to
pts-functions_system_hardware.php and pts-functions_system_software.php
Diffstat (limited to 'pts-core/functions/pts-functions_config.php')
-rw-r--r--pts-core/functions/pts-functions_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_config.php b/pts-core/functions/pts-functions_config.php
index a63d62d..ee4866e 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -308,7 +308,7 @@ function pts_current_user()
$pts_user = pts_read_user_config(P_OPTION_GLOBAL_USERNAME, "Default User");
if($pts_user == "Default User")
- $pts_user = pts_user_name();
+ $pts_user = pts_system_user_name();
return $pts_user;
}