diff options
-rw-r--r-- | config/sarg/sarg.inc | 4 | ||||
-rw-r--r-- | config/sarg/sarg_schedule.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/sarg/sarg.inc b/config/sarg/sarg.inc index 93126def..bdbcdda8 100644 --- a/config/sarg/sarg.inc +++ b/config/sarg/sarg.inc @@ -33,11 +33,11 @@ /* ========================================================================== */ -function sarg_install() { +function sarg_php_install_command() { // reserved } -function sarg_deinstall() { +function sarg_php_deinstall_command() { // reserved } diff --git a/config/sarg/sarg_schedule.xml b/config/sarg/sarg_schedule.xml index b2a6ccc1..aa804364 100644 --- a/config/sarg/sarg_schedule.xml +++ b/config/sarg/sarg_schedule.xml @@ -155,7 +155,7 @@ </field> </fields> <custom_php_install_command> - sarg_install(); + sarg_php_install_command(); </custom_php_install_command> <custom_php_command_before_form> </custom_php_command_before_form> |