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_acl.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_acl.xml')
-rw-r--r-- | config/squidGuard-devel/squidguard_acl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squidGuard-devel/squidguard_acl.xml b/config/squidGuard-devel/squidguard_acl.xml index cd3e8016..b074a830 100644 --- a/config/squidGuard-devel/squidguard_acl.xml +++ b/config/squidGuard-devel/squidguard_acl.xml @@ -224,10 +224,10 @@ </field> </fields> <custom_php_validation_command> - squidguard_validate_acl(&$_POST, &$input_errors); + squidguard_validate_acl($_POST, $input_errors); </custom_php_validation_command> <custom_php_command_before_form> - squidguard_before_form_acl(&$pkg); + squidguard_before_form_acl($pkg); </custom_php_command_before_form> <custom_php_after_form_command> squidGuard_print_javascript(); |