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_time.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_time.xml')
-rw-r--r-- | config/squidGuard-devel/squidguard_time.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squidGuard-devel/squidguard_time.xml b/config/squidGuard-devel/squidguard_time.xml index dfd589aa..7f682174 100644 --- a/config/squidGuard-devel/squidguard_time.xml +++ b/config/squidGuard-devel/squidguard_time.xml @@ -136,7 +136,7 @@ squidGuard_print_javascript(); </custom_php_after_form_command> <custom_php_validation_command> - squidguard_validate_times(&$_POST, &$input_errors); + squidguard_validate_times($_POST, $input_errors); </custom_php_validation_command> <custom_php_resync_config_command> // squidguard_resync_time(); |