From efdc60cf0499560145043f11a8977b7e743d1e6f Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 9 Nov 2010 15:18:22 -0500 Subject: Unique function names. --- config/notes/notes.inc | 8 ++++---- config/notes/notes.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config/notes') diff --git a/config/notes/notes.inc b/config/notes/notes.inc index 64d8bfd5..f4bfe2cc 100644 --- a/config/notes/notes.inc +++ b/config/notes/notes.inc @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -function php_sync_package() +function notes_sync_package() { //global $config; @@ -39,7 +39,7 @@ function php_sync_package() } -function php_install_command() +function notes_install_command() { global $config; @@ -71,7 +71,7 @@ function php_install_command() //); - php_sync_package(); + notes_sync_package(); //if (pkg_is_service_running('notes')) { @@ -84,7 +84,7 @@ function php_install_command() } -function deinstall_command() +function notes_deinstall_command() { conf_mount_rw(); diff --git a/config/notes/notes.xml b/config/notes/notes.xml index 5d2bdf91..ae623493 100644 --- a/config/notes/notes.xml +++ b/config/notes/notes.xml @@ -101,15 +101,15 @@ - php_sync_package(); + notes_sync_package(); - php_sync_package(); + notes_sync_package(); - php_install_command(); + notes_install_command(); - deinstall_command(); + notes_deinstall_command(); \ No newline at end of file -- cgit v1.2.3