From 8608438108be0c8c9523fca5cfa45291d9c6cb2f Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Sun, 21 Nov 2010 04:03:29 -0700 Subject: Fix remaining function calls that were missed for names changed with the "unique function names" changes. --- config/shellcmd/shellcmd_edit.tmp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/shellcmd') diff --git a/config/shellcmd/shellcmd_edit.tmp b/config/shellcmd/shellcmd_edit.tmp index 8c49048f..5ae466d5 100644 --- a/config/shellcmd/shellcmd_edit.tmp +++ b/config/shellcmd/shellcmd_edit.tmp @@ -50,7 +50,7 @@ if ($_GET['act'] == "del") { $a_earlyshellcmd = &$config['system']['earlyshellcmd']; unset($a_earlyshellcmd[$_GET['id']]); write_config(); - php_sync_package(); + shellcmd_sync_package(); header("Location: shellcmd.php"); exit; break; @@ -58,7 +58,7 @@ if ($_GET['act'] == "del") { $a_shellcmd = &$config['system']['shellcmd']; unset($a_shellcmd[$_GET['id']]); write_config(); - php_sync_package(); + shellcmd_sync_package(); header("Location: shellcmd.php"); exit; break; @@ -66,7 +66,7 @@ if ($_GET['act'] == "del") { // $a_afterfilterchangeshellcmd = &$config['system']['afterfilterchangeshellcmd']; // unset($a_afterfilterchangeshellcmd[$_GET['id']]); // write_config(); - // php_sync_package(); + // shellcmd_sync_package(); // header("Location: shellcmd.php"); // exit; break; @@ -166,7 +166,7 @@ if ($_POST) { } write_config(); - php_sync_package(); + shellcmd_sync_package(); } header("Location: shellcmd.php"); -- cgit v1.2.3