From 99477c441e2b7b433b5d825f48181127a0ba964f Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 9 Nov 2010 15:17:29 -0500 Subject: Unique function names. --- config/vhosts/vhosts.inc | 8 ++++---- config/vhosts/vhosts.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config/vhosts') diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc index 363d8e7e..5b3d65df 100644 --- a/config/vhosts/vhosts.inc +++ b/config/vhosts/vhosts.inc @@ -707,13 +707,13 @@ function vhosts_sync_package_php() } -function php_sync_package() { +function vhosts_sync_package() { global $config; vhosts_sync_package_php(); } -function php_install_command() { +function vhosts_install_command() { global $config; conf_mount_rw(); @@ -786,7 +786,7 @@ function php_install_command() { ) ); - php_sync_package(); + vhosts_sync_package(); //if (pkg_is_service_running('vhosts')) { //documentation purposes @@ -798,7 +798,7 @@ function php_install_command() { } -function deinstall_command() +function vhosts_deinstall_command() { conf_mount_rw(); config_lock(); diff --git a/config/vhosts/vhosts.xml b/config/vhosts/vhosts.xml index 2057918e..9bfb73e0 100644 --- a/config/vhosts/vhosts.xml +++ b/config/vhosts/vhosts.xml @@ -107,15 +107,15 @@ - php_sync_package(); + vhosts_sync_package(); - php_sync_package(); + vhosts_sync_package(); - php_install_command(); + vhosts_install_command(); - deinstall_command(); + vhosts_deinstall_command(); \ No newline at end of file -- cgit v1.2.3