diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-06-20 15:28:56 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-06-20 15:28:56 -0300 |
commit | a72404116dd45d1bd4d4ee738475d069c9a5e58a (patch) | |
tree | 94d8b6e0fc3810cd8e288103112ba5f8fa52119b /config/squidGuard-devel/squidguard_dest.xml | |
parent | 0314d512488e58437d788723b4c29fea15711b77 (diff) | |
download | pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.tar.gz pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.tar.bz2 pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.zip |
Move squidGuard-devel references to functions prototypes and remove call-time references
Diffstat (limited to 'config/squidGuard-devel/squidguard_dest.xml')
-rw-r--r-- | config/squidGuard-devel/squidguard_dest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squidGuard-devel/squidguard_dest.xml b/config/squidGuard-devel/squidguard_dest.xml index 3525098e..5f128a49 100644 --- a/config/squidGuard-devel/squidguard_dest.xml +++ b/config/squidGuard-devel/squidguard_dest.xml @@ -172,10 +172,10 @@ </field> </fields> <custom_php_command_before_form> - squidguard_before_form_dest(&$pkg); + squidguard_before_form_dest($pkg); </custom_php_command_before_form> <custom_php_validation_command> - squidguard_validate_destination($_POST, &$input_errors); + squidguard_validate_destination($_POST, $input_errors); </custom_php_validation_command> <custom_php_resync_config_command> squidguard_resync_dest(); |