summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_modules.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-19 10:31:11 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-19 10:31:11 -0400
commitcff5223ccad40112fb043c0f1e53bc8074c16f53 (patch)
treefba6f5e4ab629408b76a3310881f727ff967731c /pts-core/functions/pts-functions_modules.php
parentf47476614454a115c7644ac487532d6aa560b057 (diff)
downloadphoronix-test-suite-upstream-cff5223ccad40112fb043c0f1e53bc8074c16f53.tar.gz
phoronix-test-suite-upstream-cff5223ccad40112fb043c0f1e53bc8074c16f53.tar.xz
phoronix-test-suite-upstream-cff5223ccad40112fb043c0f1e53bc8074c16f53.zip
pts-core: More code restructuring and cleaning
Diffstat (limited to 'pts-core/functions/pts-functions_modules.php')
-rw-r--r--pts-core/functions/pts-functions_modules.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index 8972f1d..d9b982a 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -286,5 +286,9 @@ function pts_module_type($name)
return $type;
}
+function pts_attached_modules()
+{
+ return $GLOBALS["PTS_MODULES"];
+}
?>