summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_shell.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-17 14:11:28 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-17 14:11:28 -0500
commita3e4b31b492c593cbf063e3d6ba2ebe63b3bdb5b (patch)
treea97f2e9478b8835bc4db9084a48a9e96f475db39 /pts-core/functions/pts-functions_shell.php
parent286dbb754284f5f94384660c4b136e5ec1af314a (diff)
downloadphoronix-test-suite-upstream-a3e4b31b492c593cbf063e3d6ba2ebe63b3bdb5b.tar.gz
phoronix-test-suite-upstream-a3e4b31b492c593cbf063e3d6ba2ebe63b3bdb5b.tar.xz
phoronix-test-suite-upstream-a3e4b31b492c593cbf063e3d6ba2ebe63b3bdb5b.zip
pts-core: Rename display_web_browser() -> pts_display_web_browser()
Diffstat (limited to 'pts-core/functions/pts-functions_shell.php')
-rw-r--r--pts-core/functions/pts-functions_shell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_shell.php b/pts-core/functions/pts-functions_shell.php
index d0502cf..87da4c1 100644
--- a/pts-core/functions/pts-functions_shell.php
+++ b/pts-core/functions/pts-functions_shell.php
@@ -21,7 +21,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-function display_web_browser($URL, $alt_text = null, $default_open = false)
+function pts_display_web_browser($URL, $alt_text = null, $default_open = false)
{
// Launch the web browser
if($alt_text == null)